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