@extends('layouts.app') @section('title','Edit Product') @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT')
Basic Information
You can edit manually if needed.
Pricing
Stock
Categorisation
Product Image
image) style="display:none" @endif>

Click to upload image

JPG, PNG, WebP • Max 2MB
@if($product->image)
Current: {{ basename($product->image) }}
@endif
Options
is_active ? 'checked' : '' }}>
track_stock ? 'checked' : '' }}>
is_featured ? 'checked' : '' }}>
@endsection @push('scripts') @endpush