@foreach($customers as $value) @endforeach
Customer Name Email Phone Mobile Address Action
{{$value->first_name}} {{$value->email}} {{$value->phone}} {{$value->mobile}} {{$value->billing_address}}