@extends('layouts.master', ['title' => 'List - Customer - Pages']) @section('workspace')
| Company Name | Contact Person | Contact Number | State | |
|---|---|---|---|---|
| {{$customer->company->company_name}} | {{$customer->company->contact_name}} | {{$customer->company->contact_number}} | {{$customer->company->email}} | {{$customer->company->state}} | {{-- --}}
| No records found | ||||