{{-- @if (isset($customers) && count($customers) > 0) @php $i = !empty($customers) ? pageIndex($customers) : 1; @endphp @foreach ($customers as $customer) {{-- --}} {{-- --}} @endforeach @else {{-- --}} @endif
@lang('message.customer_list_cid') @lang('message.customer_list_register') @lang('message.customer_list_name') @lang('message.customer_list_email') --}} @lang('message.customer_list_mobile') @lang('message.customer_list_status') @lang('message.customer_list_actions')
{{ $customer->id }} {{ dateFormat($customer->created_at, DISPLAY_DATETIME) }} {{ $customer->full_name }} {{ $customer->email }} {{ $customer->dial_code }} {{ $customer->mobile_number }} {{ $customer->status }} @if ($customer->deleted_at) @lang('message.customer_deleted') @else {!! statusText($customer->status) !!} @endif @if (!$customer->deleted_at) @if ( $authUser->hasPermissionTo('edit - customer') || $authUser->hasPermissionTo('delete - customer') || $authUser->id == 1) @endif @endif
{!! pageInfo($customers) !!}
{!! $customers->links('pagination::bootstrap-4') !!}
No Record Found!