@extends('admin.layouts.app') @section('title', 'Donate Details') @section('section')

Booking Detail

Donate Detail

{{-- --}} {{-- --}} @foreach($all_get_donates as $all_get_donate) {{-- --}} {{-- --}} @endforeach
User NameEmailDonate
{{$all_get_donate->user->first_name ?? ''}}{{$all_get_donate->user->email ?? ''}}${{ isset($all_get_donate->amount) ? number_format($all_get_donate->amount) : '' }}
@endsection @section('script') @endsection