@extends('layouts.app') @section('content')

Add Product

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('short_description')) {{ $errors->first('short_description') }} @endif
@if ($errors->has('tags')) {{ $errors->first('tags') }} @endif
@if ($errors->has('related_files')) {{ $errors->first('related_files') }} @endif
@if ($errors->has('sort_order')) {{ $errors->first('sort_order') }} @endif
@if(Auth::user()->role!='Uploader')
@if ($errors->has('enabled')) {{ $errors->first('enabled') }} @endif
@endif

Specifications

Images

Select Images

Stock Batches

* Leave Empty if No Expiry Date
L B H
%
@endsection