Customers

@foreach ($customers as $customer) @endforeach
SL Photo Name Email Status Action
{{ $loop->iteration }} @if($customer->photo == null) @else @endif {{ $customer->name }} {{ $customer->email }} @if($customer->status == 0) Pending @elseif($customer->status == 1) Active @else Suspended @endif