@extends('layouts.admin') @section('page_header')
| Full Name | Phone | Licence | Reservation | Action | |
|---|---|---|---|---|---|
{{ $u->name }} |
{{ $u->email }} | {{ $u->phone ?? '—' }} | {{ $licCell }} | {{ $reserveLabel }} |
{{-- Ban / Unban --}}
@if(!$banned)
@else
@endif
{{-- Edit --}}
{{-- Delete --}}
|
| - No records found - | |||||