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

Edit Employee

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