@include('components.backend.head') @include('components.backend.header') @include('components.backend.sidebar')

Edit New Arrivals Form

New Arrivals Form

Fill up your true details and submit the form.

@csrf @method('PUT')
Please enter a Section Heading.
Please select a product.
Please enter a Product Price.
Please enter a Product Size.
Please upload a Product Image.
Note: The file size should be less than 2MB.
Note: Only files in .jpg, .jpeg, .png, .webp format can be uploaded.
product_image) style="display: none;" @endif> @if ($new_arrival->product_image) Product Image @endif
Cancel
@include('components.backend.footer') @include('components.backend.main-js')