H
public function getRuTitleAttribute()
{
return $this->translate('ru')->title;
}
И в форме уже будет
old('titleRU', $product->ru_title ?? null)
value="{{old('titleRU', optional($product)->translate('ru')->title ?? null)}}"
Size: a a a
H
public function getRuTitleAttribute()
{
return $this->translate('ru')->title;
}
old('titleRU', $product->ru_title ?? null)
H
AI
SG
Д
H
И
НГ
e
НГ
НГ
НГ
e
e
e
e
e
SG
$model->increment('count', $request->get('count'));