@include('components.input.uploadImage', [
'title' => 'Upload Image',
'model' => 'form.image',
'width' => 1500,
'height' => 1500,
])
@include('components.input.text', [
'title' => 'Title',
'model' => 'form.title',
])
@include('components.input.text', [
'title' => 'Point',
'type' => 'number',
'model' => 'form.point',
])
@include('components.input.text', [
'title' => 'Quantity',
'type' => 'number',
'model' => 'form.quantity',
])