@extends('admin.layout.master') @section('pageTitle', (isset($pageTitle)) ? $pageTitle : config('app.APP_NAME') ) @section('pageDescription', (isset($pageDescription)) ? $pageDescription : config('app.APP_NAME') ) @section('content')
@csrf

{!! __('admin/products.product-edit.title') !!} {{__('admin/users.create.labels.back')}}

{{--GENERAL--}}
@if($errors->has("type")) {!! __('shared.error.show', ['errorMessage' => $errors->first("type")]) !!} @endif
sku}}"> @if($errors->has("sku")) {!! __('shared.error.show', ['errorMessage' => $errors->first("sku")]) !!} @endif
name}}"> @if($errors->has("name")) {!! __('shared.error.show', ['errorMessage' => $errors->first("name")]) !!} @endif
price}}"> @if($errors->has("price")) {!! __('shared.error.show', ['errorMessage' => $errors->first("price")]) !!} @endif
special_price}}"> @if($errors->has("special_price")) {!! __('shared.error.show', ['errorMessage' => $errors->first("special_price")]) !!} @endif
part_no}}"> @if($errors->has("part_no")) {!! __('shared.error.show', ['errorMessage' => $errors->first("part_no")]) !!} @endif
part_no_secondary}}"> @if($errors->has("part_no_secondary")) {!! __('shared.error.show', ['errorMessage' => $errors->first("part_no_secondary")]) !!} @endif
product_order}}"> @if($errors->has("product_order")) {!! __('shared.error.show', ['errorMessage' => $errors->first("product_order")]) !!} @endif