@extends('admin.layout.main') @section('title', 'Product - Edit') @section('content')
Product Information
@csrf @method('PUT')
Product Images

These images are visible in the product details page gallery. Support jpg, jpeg, png files Use Maximum size of 2 MB sizes images for better quality. But try to keep file size low as it'll increase page load time.

@if($productDetail['image'] != "")
@endif
Product Specifications
Product Visible For

SEO Meta Tags

Cancel
@endsection @section('js') @append