Provider Panel
Dashboard
My Profile
My Services
Bookings
Messages
@csrf
Logout
My Profile
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@if($provider->avatar)
@else
{{ substr($provider->name, 0, 1) }}
@endif
@csrf
Change Photo
{{ $provider->name }}
{{ ucfirst($provider->type) }} Provider |
{{ $provider->city ?? 'Not specified' }}
Personal Information
Documents
Security
Edit Personal Information
@csrf @method('PUT')
Full Name
@error('name')
{{ $message }}
@enderror
Email Address
@error('email')
{{ $message }}
@enderror
Phone Number
Phone number cannot be changed
City
@error('city')
{{ $message }}
@enderror
Address
{{ old('address', $provider->address) }}
@error('address')
{{ $message }}
@enderror
Bio
{{ old('bio', $provider->bio) }}
@error('bio')
{{ $message }}
@enderror
Save Changes
Documents
@csrf @method('PUT') @if($provider->type == 'personal')
ID Card
@if($provider->id_card)
ID Card Document
View
@else
You haven't uploaded your ID card yet.
@endif
Upload ID Card
Upload a clear image of your ID card. Accepted formats: JPG, PNG, PDF. Max size: 5MB.
@error('id_card')
{{ $message }}
@enderror
@else
Commercial Register
@if($provider->commercial_register)
Commercial Register Document
View
@else
You haven't uploaded your commercial register yet.
@endif
Upload Commercial Register
Upload a clear image of your commercial register. Accepted formats: JPG, PNG, PDF. Max size: 5MB.
@error('commercial_register')
{{ $message }}
@enderror
@endif
Upload Document
Change Password
@csrf @method('PUT')
Current Password
@error('current_password')
{{ $message }}
@enderror
New Password
@error('password')
{{ $message }}
@enderror
Confirm New Password
Update Password