@extends('layouts.app') @section('title', "Sklep") @section('main') @if($new) @php($post_url = route("product.store")) @else @php($post_url = route("product.update", $product)) @endif
@if(!$new) @method("PATCH") @endif @csrf
@foreach($product->images as $vis)
@method("DELETE") @csrf
@endforeach() @endsection()