@extends("vendor.template", ["pageTitle"=>$pageTitle]) @section('content')
Edit Product
@csrf @method('PUT')
Basic Information

{!! $errors->first('product_name', '

:message

') !!}
{!! $errors->first('category_id', '

:message

') !!}
{!! $errors->first('brand', '

:message

') !!}
{!! $errors->first('price', '

:message

') !!}
{!! $errors->first('quantity', '

:message

') !!}
{!! $errors->first('sku', '

:message

') !!}
Product Images

Click to view Select an image if you want to update it.
Click to view Select an image if you want to update it.
Click to view Select an image if you want to update it.
Click to view Select an image if you want to update it.
Description

Shipping Information

kg
x x
Please enter dimensions in inches (in).
@endsection