@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('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

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

Product Image Select Image
Product Image Select Image
{{--
--}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{--
Attribute Value Action
--}}{{-- --}}{{-- --}}{{-- --}}{{--
--}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{--
Option Option Value Price Qty Action
--}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{-- --}}{{--
--}}
@endsection @section('script') {{-- --}} @endsection