Insurance Company List

@if (session()->has('message'))
{{ session('message') }}
@endif
entries
@if($search) Showing {{ $data->total() }} results for "{{ $search }}" @endif
@if($data->isEmpty()) @else @foreach($data as $row) @endforeach @endif
ID Company Name Company Code Phone Number Email Bulk Paying? Status Actions
@if($search) No results found for "{{ $search }}" @else No data found @endif
{{ $row->id }} {{ $row->company_name }} @if($row->insurance_company_type == 'ccc_integrated') @endif
@if($row->insurance_contract == 'national') National @elseif($row->insurance_contract == 'local') Local @else No Contract @endif
{{ $row->company_code }} {{ $row->phone_number }} {{ $row->email_address }} @if($row->paying_type == 'bulk') Yes @else No @endif @if($row->status == 1) Active @else Inactive @endif Adjuster Supervisor Fees Forms
@if($data->hasPages())
Showing {{ $data->firstItem() }} to {{ $data->lastItem() }} of {{ $data->total() }} entries
{{ $data->links() }}
@endif