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

{{ trans('lang.item_plural') }}

{{ trans('lang.item_information') }}
{{ trans('lang.item_name_help') }}
{{ trans('lang.item_price_help') }}
{{ trans('lang.item_discount_help') }}
{{ trans('lang.item_category_id_help') }}
{{ trans('lang.item_quantity_help') }}
{{ trans('lang.item_image_help') }}
{{ trans('lang.ingredients') }}
{{ trans('lang.item_add_one') }}
{{ trans('lang.product_specification') }}
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection