@extends('includes/layout') @section('main-page-content') @php $cols = DB::table('attendance_list_change_cols')->pluck('col')->toArray(); @endphp
| @include('includes.employee-filter-select', [ 'name' => 'employee_id', 'class' => 'filter select-color', 'placeholder' => 'Employee', ]) |
|
|---|