@php $countries=\App\Models\Country::where('cancelled',0)->get(); $paragraphs=getter('paragraphs')->setLang(app()->getLocale())->condition('position','=','donate')->orderBy('orders')->get(); @endphp @extends('layouts.main',[ 'compact'=>'compact' ]) @section('title') {{__('texts.join-community')}} | {{env('APP_NAME')}} @endsection @section('content')
{{--
--}} {{-- {{__('texts.donation')}}--}} {{--
--}} @if(isset($paragraphs) && count($paragraphs)>0) @foreach($paragraphs as $paragraph) @include('components.paragraph',['paragraph'=>$paragraph,'looping'=>2]) @endforeach @endif
{{__('texts.donate-now')}}
{{--
{{__('texts.for-candidates')}}
--}}
@csrf
{{--
--}} {{-- --}} {{--
--}}
{{__('texts.payment')}}
{{__('texts.donation_amount')}}
25$
50$
100$
250$
500$
$


{{__('texts.donation_frequency')}}
{{--
--}} {{--
--}} {{-- {{__("texts.amount_of_support")}}--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{__("texts.frequency")}}--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{__("texts.total")}}--}} {{--
--}} {{--
--}} {{-- ---}} {{--
--}} {{--
--}}
@endsection @section('scripts') @endsection