Agent Registration

Booking: {{ $bookingNo }}
@if(session('success')) @endif @if(session('error')) @endif
@csrf
Basic Information
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('bank_no')
{{ $message }}
@enderror
Account Information
@error('type')
{{ $message }}
@enderror
After registration, return to the booking page and click the refresh button to auto-fill your information.