{{$companies->total()}} Records

@if(count($companies) > 0) @foreach ($companies as $company) @endforeach @else @endif
Name Contact Name Phone Number Email Address Secret Key Status Actions
{{$company->name}} {{$company->contact_name ?? '-'}} {{$company->phone_number ?? '-'}} {{$company->email ?? '-'}} {{$company->api_key ?? '-'}} {{$company->status}} Edit {{-- View Details --}}
No records found
{{ $companies->onEachSide(1)->links('pagination::bootstrap-5') }}