@extends('layouts.app') @section('title', 'Hrm|Employee') @section('content') Employees Manage Employees All Employees @can('hrm_employyes.create') @lang( 'messages.add' ) @endcan @can('hrm_employyes.view') # Name Department Designation Phone Address Joinied Salary Status @lang( 'messages.action' ) @endcan @stop @section('javascript') @endsection