@extends('layouts.master', ['title' => 'List - Customer - Pages']) @section('workspace')
@foreach($customers as $customer) @endforeach
Contact Person Contact Number Email State Geo Location Status
{{$customer->contact_name}} {{$customer->contact_number}} {{$customer->email}} {{$customer->state}} {{$customer->geo_location}}
{{$customer->status}}
@include('partials._pagination')
@endsection