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

Edit Branch

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