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