@extends('layouts.app') @section('content')
Insurances
Company Information
Company Name
{{ $insurance->company_name }}
Email

{{ $insurance->email }}

Mobile Number

{{ $insurance->mobile_number }}

Address

{{ $insurance->address }}

Telephone Number

{{ $insurance->telephone_number }}

Agent Information
First Name
{{ $insurance->agent_first_name }}
Last Name
{{ $insurance->agent_last_name }}
Designation

{{ $insurance->agent_designation }}

Email

{{ $insurance->agent_email }}

Mobile Number

{{ $insurance->agent_mobile_number }}

Telephone Number

{{ $insurance->agent_telephone_number }}

@foreach ($products as $product) @endforeach
Product Category Description Action
{{ $product->product_name }} {{ $product->category }} {{ $product->description }}
@endsection @section('script') @endsection