@extends('Master') @section('content')
@lang('public.User Edit Details')
@csrf
@error('username') @lang('public.Please enter a valid username') @enderror
@error('name') {{ __("public.Please enter the Full Name correctly") }} @enderror
@error('email') {{ __("public.Please enter the Email correctly") }} @enderror
@error('Phone') {{ __("public.Please enter the Phone correctly") }} @enderror
@error('Location') {{ __("public.Please enter the Location correctly") }} @enderror
@endsection