@extends('layouts.app') @section('title', 'Middleware | Companies') @section('content')
Sl No | Company Name | Address | City | County | State | Contact No | Status | Action |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $company->company_name }} | {{ $company->address }} | {{ $company->city }} | {{ isset($company->counties->county_name) ? $company->counties->county_name : '' }} | {{ isset($company->states->short_code) ? $company->states->short_code : '' }} | {{ $company->contact }} |
is_active == 1) checked @endif>
|
|