@extends('backend.admin-master') @section('site-title') {{__('New Donation')}} @endsection @section('style') @endsection @section('content')

{{__('Add New Donation Post')}}

{{__('All Donations')}}
@csrf
{{__('Recommended image size 1920x1280')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection