@extends('admin.layout') @section('header', 'Edit Product') @section('content')
← Back to Products
@csrf @method('PUT')
@if($product->image)
@endif Leave blank to keep current image

Variations

@foreach($product->variations as $index => $variation)
@endforeach
Cancel
@endsection