@extends('layouts.app') @section('title','Employee') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('employee-create', $authRolePermissions)) Add New @endif
@include('employees.table')
@endsection