@extends('layouts.master', ['title' => 'List - Customer - Pages']) @section('workspace')
@if($customers->count() > 0) @foreach($customers as $customer) {{-- --}} {{-- --}} @endforeach @else @endif
Company Name Contact Person Contact Number Email State
{{$customer->company->company_name}} {{$customer->company->contact_name}} {{$customer->company->contact_number}} {{$customer->company->email}} {{$customer->company->state}}--}} {{--
{{$customer->company->status}}
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
No records found
{{--
--}} {{-- @include('partials._pagination')--}} {{--
--}} @endsection