@extends('layout.layout') @php $route = 'speakers'; @endphp @section('style') @endsection @section('header')

{{trans('lang.edit')}}

@endsection @section('content')

{{__('lang.Users_Edit')}}

@csrf @include('Admin.speakers.form')
@endsection @section('script') @endsection @push('scripts') @endpush