@extends('layouts.app') @section('title', 'Middleware | Companies') @section('content')
@include('app.settings.index')
@foreach ($companyData as $company) @endforeach
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>
 
{{-- AddingCompany --}} {{-- Edit Model Company --}} {{-- Js --}} @endsection