@extends('dashboard.dashboard_layouts.dashboard_master') @section('admin_dashboard_title') Donation Onboarding @endsection @section('admin_dashboard_css') @endsection @section('admin_dashboard_content')

Donation Onboarding

{{-- breadcrumb start --}} {{-- breadcrumb end --}} @if (!empty($donation))

Donation Onboarding

@if ($donate == '')
{{-- new code first start --}}

basic & banking info

@csrf
{{-- new code first end --}}
@else @if ($donate->status != 2)
{{-- @if ($donate->status != 2) --}} {{-- @endif --}} @if ($donate->status == 0) {{-- new code second start --}}

address

{{-- new code second end --}} {{-- new code third start --}}
{{-- new code third end --}} @elseif($donate->status == 1) {{-- new code fourth start --}}

personal identity

front photo

upload
(no image selected)
front

back photo

upload
(no image selected)
back
{{-- new code fourth end --}} @endif
@else

Submited

Your donation onboarding has been submited
Your are ready to accept donations

Access Donation Portal

@endif @endif
@else

Your package is not supported for this feature please upgrade your package, select
package to continue

Select Package
@endif
@endsection @section('admin_dashboard_script') @endsection