@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 {{ __('Name') }} * {{ __('Email') }} * {{ __('Phone') }} * {{ __('Donation Type') }} * --{{ __('Select Donation Mode') }}-- {{ __('Donate Now') }} {{ __('Contact me first') }} {{ __('Message') }} ({{ __('Optional') }}) {{ __('Next') }} → {{-- STEP 2 --}} {{ __('Step 2: Payment Details') }} {{ __('Please transfer your donation using the below details') }}: {{ __('Bank Name') }}: {{ __('A/C No') }}: {{ __('Account Holder Name') }}: {{ __('Scan & Pay') }} ← {{ __('Back') }} {{ __('Next') }} → {{-- STEP 3 --}} {{ __('Step 3: Upload Payment Screenshot') }} @csrf {{ __('Transaction ID') }} {{ __('Payment Date') }} {{ __('Payment Screenshot') }} ← {{ __('Back') }} {{ __('Submit Donation') }} @endsection @section('script') @endsection
{{ __('Please transfer your donation using the below details') }}: