@extends('backend.layout.main') @section('content')

{{__('db.Update User Profile')}}

{{__('db.The field labels marked with * are required input fields')}}.

@csrf @method('PUT')
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif

{{__('db.Change Password')}}

@csrf @method('put')
@endsection @push('scripts') @endpush