@extends('theme::layouts.app', ['alias' => 'Account']) @section('theme::title', __('seo.donations')) @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'))
{{ $error }}
@endif
@endsection