@extends('backend.admin-master') @section('site-title') {{__('Donation Single Page Settings')}} @endsection @section('content')
@include('backend.partials.message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__("Donation Single Page Settings")}}

@csrf

{{__('Separate amount by comma (,)')}}

@endsection