@extends("layouts.admin.app") @section("page-nav-title")
Your Profile
Edit your profile
edit profile
@endsection @section("content")
{{__('Back')}}
Edit Profile
@csrf
Full name
@error("full_name")
{{$message}}
@enderror
Username
@error("username")
{{$message}}
@enderror
Email
@error("email")
{{$message}}
@enderror
Profile Photo
Upload Photo
@error("profile_photo")
{{$message}}
@enderror
Current Password
@error("current_password")
{{$message}}
@enderror
Password
@error("password")
{{$message}}
@enderror
Confirm Password
@endsection @section("scripts") @endsection