@extends("vendor.template", ["pageTitle"=>$pageTitle]) @section('content')
Add Product
@csrf
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

Description

Shipping Information

kg
{!! $errors->first('weight', '

:message

') !!}
x x
Please enter dimensions in inches (in).
{!! $errors->first('shipping_cost', '

:message

') !!}
@endsection @section('footer-script') @endsection