@forelse ($companys as $index => $company) @empty @endforelse
# Company State City Status Action
{{ $index + 1}} {{ $company->name }} {{ $company->state }} {{ $company->city }} @if ($company->status === 'active') Active @else Inactive @endif
No Office found.
Showing {{ $companys->firstItem() }} to {{ $companys->lastItem() }} of {{ $companys->total() }} results
{{ $companys->links() }}
Loading...