@extends('front.layouts.master') @section('content') INSURANCE & EMPANELMENT Home Insurance & Empanelment @if (isset($insurances) && count($insurances) > 0) Our Association We are associated with following TPA & Insurance @foreach ($insurances as $insurance) {{ ucwords($insurance->name) }} @endforeach @endif @endsection
We are associated with following TPA & Insurance
{{ ucwords($insurance->name) }}