@extends('front.layouts.master') @section('content')
@if (isset($insurances) && count($insurances) > 0)

Our Association

We are associated with following TPA & Insurance

@foreach ($insurances as $insurance)
{{ $insurance->name }}

{{ ucwords($insurance->name) }}

@endforeach
@endif @endsection