@section('theme::title', __('seo.donations')) @section('theme::content')

{{ __('home.donations.title') }}

{{ __('home.donations.text') }}

@if ($error = session('error'))
{{ $error }}
@endif
@forelse($donationMethods as $method) {{ $method->name }}method === 'paypal') style="width: 150px !important;" @endif/> @empty
{{ __('home.donations.no_methods') }}
@endforelse
@endsection