@extends('layouts.dashboard') @section('content') Edit Branch Head Home Edit Branch Head {{-- Quick Example --}} Back @if (Session::has('message')) {{ Session::get('message') }} @endif @php $route = route('branch-head.edit',['id'=>$branch_head->id]); @endphp @include('branch-head._form',['branches'=> $branches]) @endsection