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

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

@if (Session::has('message'))

{{Session::get('message')}}

@endif
@csrf
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") }}
@if($user->id != 1)
@endif
{{ trans('lang.cancel')}}
@endsection @section('scripts') @endsection