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

Edit Branch HR

{{--

Quick Example

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