@extends('cms.layout.app') @section('content')
Donations
Donations
{{$donation->name ?? 'Donation Add'}}
Donation Form
@csrf
Logo
@error('logo')
{{$message}}
@enderror
Name
@error('name')
{{$message}}
@enderror
Description
{{$donation->description ?? old('description')}}
@error('description')
{{$message}}
@enderror
@endsection