Success! {{ session('success') }}
@endif
List of Customers
Name | Status | @if(in_array($logUserType, [1, 2]))Actions | @endif|
---|---|---|---|
{{ $customer->name }} | {{ $customer->email }} | @if($customer->status == '1') Active @elseif($customer->status == '0') Inactive @else None @endif | @if ($canEdit) Edit @endif @if ($canDelete) Delete @endif |