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