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

Add Branch Admin

{{--

Quick Example

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