{{\App::setLocale(Session::get('locale'))}} @extends('admin.layouts.app') @section('title', trans('word.edit_user')) @section('content-heading')

@lang('word.edit_user')

@endsection @section('content')

@isset($result)
Success! {{$result['message']}}
@endisset
{{ csrf_field() }}
@if($userData->pic) @lang('Profile Picture') @else @lang('Profile Picture') @endif
@endsection @section('extra-script') @endsection