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

Edit Branch Admin

{{--

Quick Example

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