@extends('Layout.app')

Advocate Registration Form

@section('content')
{{-- Validation Errors --}} @if ($errors->any()) @endif {{-- Success Message --}} @if (session('success')) @endif {{-- Error Message --}} @if (session('error')) @endif
Progress
@csrf

Personal information

  • Your date of birth
  • License Number
  • Occupation
  • Your Location
  • Issued Date
  • Expiry Date (If Applicable)
  • password
{{-- step 2: bank information --}}

Bank Account Information

  • Your BVN
  • Account Number
  • Bank Name
{{--

Proceed To Making Payment.

--}}

I consent to the processing of my data in accordance with the company's Privacy Policy.
Read more about our Data Privacy Policy Read More


@endsection