@extends('frontend.layouts.app') @push('style') @endpush @section('content')

{{ $donation->name }}

{{ ucfirst($donation->status) }}
📞 Mobile
{{ $donation->mobile }}
@if ($donation->email)
✉️ Email
{{ $donation->email }}
@endif
📍 Address
{{ $donation->address }}
@if ($donation->person)
👤 Person in Need
{{ $donation->person }}
@endif @if ($donation->remark)
📝 {{ $donation->remark }}
@endif @if ($donation->attachment)
📎 Attachment
Attachment Image
@endif
@endsection