@extends('backend.layout.main') @section('content') {{__('db.Update User Profile')}} {{__('db.The field labels marked with * are required input fields')}}. @csrf @method('PUT') {{__('db.UserName')}} * @if($errors->has('name')) {{ $errors->first('name') }} @endif {{__('db.Email')}} * @if($errors->has('email')) {{ $errors->first('email') }} @endif {{__('db.Phone Number')}} * {{__('db.Company Name')}} {{__('db.Change Password')}} @csrf @method('put') {{__('db.Current Password')}} * {{__('db.New Password')}} * {{__('db.Confirm Password')}} * @endsection @push('scripts') @endpush
{{__('db.The field labels marked with * are required input fields')}}.