@extends('admin.layouts.admin') @section('title','Approve Drivers') @section('page-title','Pending Driver Approvals') @section('content') {{-- SUCCESS / ERROR --}} @if(session('success'))
No pending drivers to approve
| # | Driver | Contact | Registered | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $driver->name }} ID: {{ $driver->id }} |
{{ $driver->email }} {{ $driver->phone ?? '—' }} |
{{ $driver->created_at->format('d M Y') }} | Pending | {{-- APPROVE --}} {{-- REJECT --}} |