@extends('layouts.admin') @section('content')
Name | Phone | Status | Verified | Actions | |
---|---|---|---|---|---|
{{ $customer->full_name }} | {{ $customer->email }} | {{ $customer->phone_number }} | {{ ucfirst($customer->status) }} | @if($customer->verified_at) Verified @else Pending @endif |
@if(!$customer->verified_at)
@endif
@if($customer->status === 'active')
@else
@endif
|
No customers found. |