@extends('layouts.app') @section('content')

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

@if (Session::has('message'))
{{Session::get('message')}}
@endif
@csrf
{{trans('lang.profile_details')}}
{{ trans("lang.user_name_help") }}
{{ trans("lang.old_password_help") }}
{{ trans("lang.user_password_help") }}
{{ trans("lang.confirm_password_help") }}
{{ trans("lang.user_email_help") }}
{{ trans('lang.cancel')}}
@endsection @section('scripts')