where('operator_id', '=', auth()->user()->id); return DataTableFacade::run( $query, $request, allowedFilters: ['*'], allowedSortings: ['*'], allowedSelects: [ 'province_fa', 'province_id', 'id', 'edare_id', 'edare_name', 'start_time', 'end_time', 'created_at', 'description', 'distance', 'vehicle_runtime', 'fuel_consumption', 'stop_points', 'mission_id' ], ); } }