@extends('layouts.app') @section('content')
| Company | Agent | Designation | Agent Contact | Action |
|---|---|---|---|---|
| {{ $insurance->company_name }} | {{ $insurance->agent_first_name . ' ' . $insurance->agent_last_name }} | {{ $insurance->agent_designation }} | {{ $insurance->agent_mobile_number }} | View |
Showing {{ count($insurances) }} of {{ $insurances->appends(request()->input())->total() }} entries
{{ $insurances->appends(request()->input())->links() }}