Customers
This is an example dashboard created using build-in elements and components.
@csrf
Active Users
@if(!empty($customers)) @foreach($customers as $customer) @endforeach @endif
# Name Email Phone Balance Address Action
{{$customer->id}}
{{$customer->name}}
{{$customer->email}} {{$customer->phone}} {{$customer->balance}} {{$customer->address}} @if($customer->status == 1)
@endif @if($customer->status == 0) @endif