use SoftDeletes;
protected $fillable = ['name', 'model', 'category_id', 'location_id', 'bank_details'];
public function category()
{
return $this->belongsTo('App\Category', 'category_id', 'id');
}
}
->withTrashed()
Обсуждают сегодня