@extends('theme::backend.layouts.app') @section('theme::backend-content') @include('theme::backend.layouts.navbar')

{{ __('backend/donations.title') }}

@if(session()->has('success')) @endif {{ __('backend/donations.methods.title') }}
@csrf @foreach($donationMethods as $method)
active) checked @endif> @if ($errors->has($method->id)) {{ $errors->first($method->id) }} @endif
{{ $method->name }}
@endforeach

@endsection