@extends('layouts.admin') @section('title', ucfirst($type)) @section('content')
Review submitted customer data and update status.
| Name | Phone | Details | Status | Date | |
|---|---|---|---|---|---|
| {{ $row->name ?? $row->full_name }} | {{ $row->email }} | {{ $row->phone }} | @if($type === 'contributions') ৳{{ number_format($row->amount, 2) }} via {{ $row->payment_method }} @else {{ $row->membership_type }} / {{ $row->district }} / {{ $row->upazila }} @endif | {{ $row->created_at }} | |
| No submissions yet. | |||||