N
Size: a a a
N
a
ag
M
ag
M
ag
EG
И
И
И
AM
EG
$this->input('product')AM
$this->input('product')AM
EG
$this->route('product_variant')
но это будут модели, если нужны id, то через input.AM
$this->route('product_variant')
но это будут модели, если нужны id, то через input.EG
EG
class OrderRefundAmountRequest extends FormRequest
{
/** @var \App\Models\OrderModel */
protected $order;
****
protected function prepareForValidation()
{
$this->order = $this->route('order');
}
****
}