@extends('themes.one.master') @php $pageInfo = []; $title = ''; $desc = ''; foreach($pageSettings as $page){ if($page['page'] == $currentPageSlug){ $pageInfo = $page; $title = transField($page, 'title') ?? __('Donate Us'); $desc = transField($page, 'description'); } } @endphp @section('title', $title) @section('content')
{{-- Title --}}

{{ transField($pageInfo, 'title') ?? __('Supporters & Benefactors') }}

{!! transField($pageInfo, 'description') ?? __('Complete the steps to donate') !!}
{{-- Progress Bar --}}
{{-- STEP 1 --}}
{{ __('Step 1: Basic Information') }}
@csrf
{{-- STEP 2 --}}
{{ __('Step 2: Payment Details') }}

{{ __('Please transfer your donation using the below details') }}:

{{ __('Bank Name') }}:
{{ __('A/C No') }}:
{{ __('Account Holder Name') }}:
{{ __('Scan & Pay') }}
{{-- STEP 3 --}}
{{ __('Step 3: Upload Payment Screenshot') }}
@csrf
@endsection @section('script') @endsection