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

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

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

@if ($error = session('error'))
{{ $error }}
@endif
@endsection