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