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