@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('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 Image Select Image
@endsection @section('script') {{-- --}} @endsection