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