@extends('layout.master')
@section('content')
S.No |
Name |
Representative Name |
Email |
Number |
Address |
Action |
@forelse ($customers as $key => $customer)
{{$key+1}} |
{{$customer->name}} |
{{$customer->representative_name}} |
{{$customer->email}} |
+{{$customer->number}} |
+{{$customer->address}} |
|
@empty
@endforelse
@endsection
@push('scripts')
@endpush