{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content') @php $em_Grade = $function->present_position_present_grade(); $em_Scale = $function->present_position_present_grade(); @endphp {{-- Dashboard 1 --}}
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}

Employee List {{-- sorting & pagination remote datasource--}}

@include('admin.employee.table.index')
@endsection {{-- Scripts Section --}} @section('scripts') {{-- --}} {{-- --}} {{-- --}} @endsection