@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
@foreach ($companyLists as $index => $item) @endforeach
S.N company Type Name Location Status Action
{{ $index + 1 }} {{ $item->companyType?->name }} {{ $item->name }} {{ $item->address }} {!! $item->status_name !!}
@endsection