@extends('Layouts.sellerLayout') @section('title') {{__('Insert Product')}} @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Insert Product')}}

@CSRF
@if ($errors->has('code'))
{{ $errors->first('code') }}
@endif
@endsection