Welcome Aamir

All systems are running smoothly!

Our Customers

@php use Illuminate\Support\Facades\URL; @endphp @php $i = 0; @endphp @foreach ($customers as $customer) @php $i++; @endphp @endforeach
ID Name Picture Email Type Created At Status Actions
{{ $i }} {{ $customer->name }} {{ $customer->email }} {{ $customer->type }} {{ $customer->created_at }} {{ $customer->status }} @if ($customer->status == 'Active') Block @else Active @endif