@section('theme::title', __('seo.donations')) @section('theme::content')
@if ($message = session('successfully'))

{{ __('donations.notification.buy.success-help', ['amount' => $message]) }}

@endif

{{ __('donations.notification.buy.success-back') }}

@endsection