@extends('admin::layouts.master') @section('title', 'Edit Product') @section('content')

Edit Product

@csrf @method('PUT')

Click to upload or drag and drop

JPEG, PNG, GIF, WebP. Max 2MB. Leave empty to keep current.

@if($product->image_url) @else @endif
@error('image')

{{ $message }}

@enderror
Cancel
@endsection