@extends('admin.layouts.app') @section('title', 'Add Product') @section('section')

Product Form

{{--

Product

--}}
@csrf
{!! $errors->first('main_category', '

:message

') !!}
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{----}} {{----}} {{--{!! $errors->first('manufacturer', '

:message

') !!}--}} {{--
--}}

{!! $errors->first('product_name', '

:message

') !!}
{!! $errors->first('product_name', '

:message

') !!}

{!! $errors->first('current_price', '

:message

') !!}
{!! $errors->first('product_sku', '

:message

') !!}
{{--
--}} {{----}} {{----}} {{----}} {{--{!! $errors->first('product_slug', '

:message

') !!}--}} {{--
--}}

{{--
--}} {{----}} {{----}} {{--
--}}


{!! $errors->first('description', '

:message

') !!}

{!! $errors->first('meta-title', '

:message

') !!}
{!! $errors->first('meta-description', '

:message

') !!}
{!! $errors->first('meta-keywords', '

:message

') !!}

Product Image Select Image
{!! $errors->first('product_image_first', '

:message

') !!}

{{--
--}} {{--

Additional Images

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

Quantity (Number or range i.e: 5 or 20-30) Product Price (Decimal number) Additional Price on Customization (decimal number with + or -) Action
Product Image Select Image
{{-- --}} {{-- --}} {{-- --}}
Attribute Value Action
--}} {{-- --}} {{--

Options

{{--@include('admin.product.option')--}}
@endsection @section('script') @endsection