@extends('layout.master') @section('content')

CUSTOMERS

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