@extends('layouts.branch') @section('title', 'Insurances') @section('header', 'Insurance Master') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Insurances', 'url' => route('branch.insurances.index')] ] ])
Add Company
@include('branch.insurances._table')
@endsection