{{-- @if($steps === 1) --}}

Personal Information

fields mark with * are mandetory

{{-- personal Information --}} @include('forms.person') {{-- Nationality --}}
*
@foreach (App\Models\Assets::COUNTRY as $value => $label) @endforeach
@if($country === 'Nigeria')
*
@foreach (App\Models\Assets::STATE as $value => $label) @endforeach
*
@if($state)@endif @foreach (App\Models\Assets::LGA as $value => $label) @if($label === $state) @endif @endforeach
@endif
@foreach (App\Models\Assets::BLOOD_GROUP as $value => $label) @endforeach
@foreach (App\Models\Assets::DISABLITY as $value => $label) @endforeach
{{-- * --}}

Next of kin Information

fields mark with * are mandetory

{{-- person Next of kin --}} @include('forms.next_of_kin')
{{-- Sponsor Information --}}

Sponsor Information

fields mark with * are mandetory

{{-- person Next of kin --}} @include('forms.sponsor')
{{ __('Continue') }}