'date', 'is_recurring' => 'boolean', ]; public function location() { return $this->belongsTo(OfficeLocation::class, 'office_location_id'); } }