@csrf
Edit Profile
Basic info:
@error('fullname')

{{$errors->first('fullname')}}

@enderror
@error('phone')

{{$errors->first('phone')}}

@enderror
@error('address')

{{$errors->first('address')}}

@enderror
@error('city')

{{$errors->first('city')}}

@enderror
@error('post_code')

{{$errors->first('post_code')}}

@enderror