{{__('lng.SelectCustomer')}}
@php $si=0; @endphp @foreach($Customers as $Customer) @endforeach
{{__('lng.SiNo')}} {{__('lng.Name')}} {{__('lng.Address')}} {{__('lng.Contact')}} {{__('lng.Action')}}
{{++$si}} {{$Customer->title}} {{$Customer->address}} {{$Customer->mobile}}