@extends('backend.admin-master') @section('site-title') {{__('New Products')}} @endsection @section('style') @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Add New Products')}}

@csrf
@if(get_static_option('product_tax_type') == 'individual')
@endif
{{__('Recommended image size 1920x1280')}}
{{__('Recommended image size 1920x1280')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection