@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

* {{ __("indicates a required field") }}

@component('admin.components.input-localized',["required" => true]) @slot('name') name @endslot @slot('placeholder') {{ __('Enter Name') }} @endslot {{ __('Name') }} * @endcomponent

{{ __('Set Icon') }}

@if(env("ENABLE_CUSTOM_PRODUCT"))
@endif @if(env("ENABLE_CUSTOM_PRODUCT_NUMBER"))
@endif

{{ __('Set Feature Image') }} *

{{ __('Banner') }} *

{{ __('Prefered Size: (1920x400) or Rectangular Sized Image') }}

@endsection