'date:Y-m-d', 'start_at' => 'datetime:H:i', 'end_at' => 'datetime:H:i', ]; public function modelFilter() { return \App\Admin\Filters\HolidayApplyFilter::class; } public function employee() { return $this->belongsTo(Employee::class, 'employee_id'); } public function store() { return $this->belongsTo(Store::class, 'store_id'); } }