@extends('layouts.dashboard') @section('content')

Edit Branch Head

{{--

Quick Example

--}}
@if (Session::has('message'))
@endif @php $route = route('branch-head.edit',['id'=>$branch_head->id]); @endphp @include('branch-head._form',['branches'=> $branches])
@endsection