{{ __('Create New Product') }}

@if ($errors->any())
{{ __('Whoops!') }} {{ __('There were some problems with your input.') }}

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{__('Back')}}
@csrf
{{__('Submit')}}