@extends('hr_main') @section('title', '| Update Employee') @section('content')
Update Employee
@include('hr.employee.updateTabNav') @include('hr.employee.form')
@endsection