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

Add Branch HR

{{--

Quick Example

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