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