BID |
Description |
Address |
Postcode |
City |
State |
Telephone Number |
Fax Number |
Company Registration Number |
SST ID |
Status |
Action |
@foreach ($branches as $branch)
@if(in_array($branch->BID, $branch_access))
{{$branch->BID}} |
{{$branch->Description}} |
{{$branch->Address1}} {{$branch->Address2}} |
{{$branch->Postcode}} |
{{$branch->City}} |
{{$branch->State}} |
{{$branch->Tel}} |
{{$branch->Fax1}} |
{{$branch->coreg}} |
{{$branch->gst_code}} |
{{$branch->Actflag ? 'Active' : 'Inactive'}}
|
{{-- --}}
|
@endif
@endforeach
{{ $branches->render() }}