Serial No |
Name |
Email |
Phone no. |
Address |
Postcode |
Organization |
Action |
@forelse ($customerlist as $index => $customer)
{{ $index+1 }} |
|
{{ $customer->email }} |
{{ $customer->phone_no }} |
{{@$customer->address->values()->get(0)->house_number." ".@$customer->address->values()->get(0)->street." ".@$customer->address->values()->get(0)->town }} |
{{ @$customer->address->values()->get(0)->post_code ?? 'N/A' }} |
{{ $customer->organisation }} |
|
@empty
No Record Found. |
@endforelse
{{-- @if ($customer->hasPages()) --}}
{{-- @endif --}}
@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@endsection
@section('scripts')
@include('admin.commonScript.script')
@endsection