dbfdg @extends('layouts.admin') @php $profile=\App\Models\Utility::get_file('uploads/avatar/'); @endphp @section('page-title') {{__('Profile Account')}} @endsection @push('script-page') @endpush @section('breadcrumb') @endsection @section('content')
{{__('Personal Info')}}
{{Form::model($userDetail,array('route' => array('update.account'), 'method' => 'post', 'enctype' => "multipart/form-data"))}} @csrf
{{ __('Please upload a valid image file. Size of image should not be more than 2MB.')}}
{{__('Change Password')}}
@csrf
@endsection