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

Product Form

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

:message

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

:message

') !!}

{!! $errors->first('category_id') !!}

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

:message

') !!}

{!! $errors->first('category_id') !!}

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

:message

') !!}

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

:message

') !!}

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

:message

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

:message

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

:message

') !!}

Product Image Select Image
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
Ribbon ImageSelect Image
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@endsection @section('script') {{-- --}} @endsection