'date', 'start_time' => 'datetime:H:i', 'end_time' => 'datetime:H:i', ]; public function table(): BelongsTo { return $this->belongsTo(Table::class); } public function customer(): BelongsTo { return $this->belongsTo(Customer::class); } }