'int', 'status' => 'int', 'type' => 'int' ]; protected $dates = [ 'from_date', 'to_date' ]; protected $fillable = [ 'lodging_id', 'from_date', 'to_date', 'status', 'type' ]; public function fewo_lodging() { return $this->belongsTo(\App\Models\FewoLodging::class, 'lodging_id'); } }