@extends('admin.layouts.layouts') @section('title', 'Employee Master') @section('page-css') @endsection @section('content') {{-- Document Modal --}}
@can('employee-master-create') Create @endcan
# Full Name Employee Code Department Phone No. Created At Status Job Status Actions
@endsection @section('page-js') @endsection