@extends('layouts.app') @section('content')
Insurances
@foreach ($insurances as $insurance) @endforeach
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
@section('script') @endsection @endsection