{{\App::setLocale(Session::get('locale'))}} @extends('layouts.user-layout') @section('title', trans('word.my_profile')) @section('content-heading',trans('word.my_profile')) @section('content')
@lang('word.my_profile')
{{csrf_field()}}
@endsection @section('extra-script') @includeIf('user.common.sweetalert') @endsection