/**
* The accessors to append to the model's array form.
*
* @var array
*/
protected $appends = [
'url_cover',
];
public function getUrlCoverAttribute()
{
return $this->getFirstMediaUrl('covers');
}
<img :src="model. url_cover"....