@extends('theme::layouts.app', ['alias' => 'Account']) @section('theme::title', __('reddington.seo.donations-silk')) @section('theme::sidebar') @include('theme::frontend.account.sidebar', ['account_alias' => 'Donate']) @endsection @section('theme::content')

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

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

@if ($error = Session::get('error')) @endif
@forelse($donationMethods as $method)
{{ $method->name }}

{{ $method->name }}

Secure payment processing

Select Method
@empty
{{ __('home.donations.no_methods') }}
@endforelse
@endsection