@extends('layouts.admin') @section('styles') @endsection @section('content')
@csrf
{{ trans('global.create') }} {{ trans('cruds.product.title_singular') }}
@if($errors->has('product_name'))
{{ $errors->first('product_name') }}
@endif {{ trans('cruds.product.fields.product_name_helper') }}
@if($errors->has('product_short_name'))
{{ $errors->first('product_short_name') }}
@endif {{ trans('cruds.product.fields.product_short_name_helper') }}
@if($errors->has('product_type'))
{{ $errors->first('product_type') }}
@endif {{ trans('cruds.product.fields.product_type_helper') }}
@if($errors->has('product_code'))
{{ $errors->first('product_code') }}
@endif {{ trans('cruds.product.fields.product_code_helper') }}
@if($errors->has('vpc'))
{{ $errors->first('vpc') }}
@endif {{ trans('cruds.product.fields.vpc_helper') }}
@if($errors->has('hsn_code'))
{{ $errors->first('hsn_code') }}
@endif {{ trans('cruds.product.fields.hsn_code_helper') }}
@if($errors->has('category'))
{{ $errors->first('category') }}
@endif {{ trans('cruds.product.fields.category_helper') }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.product.fields.description_helper') }}
@if($errors->has('picture'))
{{ $errors->first('picture') }}
@endif {{ trans('cruds.product.fields.picture_helper') }}
@if($errors->has('cost_price'))
{{ $errors->first('cost_price') }}
@endif {{ trans('cruds.product.fields.cost_price_helper') }}
@if($errors->has('sell_price'))
{{ $errors->first('sell_price') }}
@endif {{ trans('cruds.product.fields.sell_price_helper') }}
@if($errors->has('opening_balance'))
{{ $errors->first('opening_balance') }}
@endif {{ trans('cruds.product.fields.opening_balance_helper') }}
@if($errors->has('type_2'))
{{ $errors->first('type_2') }}
@endif {{ trans('cruds.product.fields.type_2_helper') }}
@if($errors->has('minimum_order'))
{{ $errors->first('minimum_order') }}
@endif {{ trans('cruds.product.fields.minimum_order_helper') }}
@if($errors->has('maximum_order'))
{{ $errors->first('maximum_order') }}
@endif {{ trans('cruds.product.fields.maximum_order_helper') }}
{{ trans('cruds.productStore.title_singular') }} Details
@if($errors->has('product_stores_cost_price'))
{{ $errors->first('product_stores_cost_price') }}
@endif {{ trans('cruds.productStore.fields.cost_price_helper') }}
@if($errors->has('product_stores_sell_price'))
{{ $errors->first('product_stores_sell_price') }}
@endif {{ trans('cruds.productStore.fields.sell_price_helper') }}
@if($errors->has('product_stores_opening_balance'))
{{ $errors->first('product_stores_opening_balance') }}
@endif {{ trans('cruds.productStore.fields.opening_balance_helper') }}
@if($errors->has('product_stores_minimum_order'))
{{ $errors->first('product_stores_minimum_order') }}
@endif {{ trans('cruds.productStore.fields.minimum_order_helper') }}
@if($errors->has('product_stores_maximum_order'))
{{ $errors->first('product_stores_maximum_order') }}
@endif {{ trans('cruds.productStore.fields.maximum_order_helper') }}
@if($errors->has('stores'))
{{ $errors->first('stores') }}
@endif {{ trans('cruds.productStore.fields.store_helper') }}
{{ trans('cruds.productStore.title_singular') }} {{ trans('cruds.productStore.fields.cost_price') }} {{ trans('cruds.productStore.fields.sell_price') }} {{ trans('cruds.product.fields.opening_balance') }} {{ trans('cruds.product.fields.minimum_order') }} {{ trans('cruds.product.fields.maximum_order') }}
Please Select a Store Please Select a Store Please Select a Store Please Select a Store Please Select a Store Please Select a Store
{{--
{{ trans('global.create') }} {{ trans('cruds.productStore.title_singular') }}
{{ trans('cruds.productStore.title_singular') }} {{ trans('cruds.productStore.fields.cost_price') }} {{ trans('cruds.productStore.fields.sell_price') }}
{{ trans('cruds.productStore.title_singular') }} {{ trans('cruds.productStore.fields.cost_price') }} {{ trans('cruds.productStore.fields.sell_price') }} Actions
--}}
@endsection @section('scripts') @endsection