'date', 'is_delivery_day' => 'boolean', ]; public function supplier(): BelongsTo { return $this->belongsTo(Supplier::class); } }