@extends('layouts.app') @section('title', 'Edit Product') @section('content')

Edit Product

@csrf @method('PUT')
{{-- IMAGE SECTION --}}
JPG, PNG, WEBP; max 2MB

Current:

@if($product->image_primary) Product Image @else

No Image Available

@endif
Back
@endsection