{{ trans('labels.ListingAllCustomers') }}
@if(in_array("Add",$Customers )) @endif
@if( count((array) $errors) > 0)
@foreach($errors->all() as $error)
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Error') }}:
{{ $error }}
@endforeach
@endif
@if(session()->has('message'))
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("View",$Customers ))
@if (count((array) $customers['result']) > 0)
{{ trans('Sn') }} | {{ trans('labels.Picture') }} | {{ trans('labels.PersonalInfo') }} | @if(in_array("Edit",$Customers ) || in_array("Delete",$Customers )){{ trans('') }} | @endif
---|---|---|---|
1 |
@if(!empty($listingCustomers->customers_picture))
![]() |
{{ trans('Name') }}: {{ $listingCustomers->customers_firstname }} {{ $listingCustomers->customers_lastname }} {{ trans('labels.DOB') }}: {{ $listingCustomers->customers_dob }} {{ trans('labels.Email') }}: {{ $listingCustomers->customers_email_address }} {{ trans('labels.Telephone') }}: {{ $listingCustomers->customers_telephone }} {{ trans('Alternate Mobile') }}: {{ $listingCustomers->alternate_mobile }} {{ trans('labels.Fax') }}: {{ $listingCustomers->customers_fax }} {{ trans('Registration Date') }}: {{ date('d/m/Y H:i:s', $listingCustomers->created_at) }} |
@if(in_array("Edit",$Customers ) || in_array("Delete",$Customers ))
@endif |
{{ trans('labels.NoRecordFound') }} |
{{ $customers['result']->appends($_GET)->links() }}
@endif
@else
Please contact with SuperAdmin
@endif