<?php use IlluminateDatabaseEloquentCastsAsCollection; protected $casts = [ 'options' => AsCollection::class, ];