@extends('layouts.seller') @section('content')

Update Product

@csrf @method('PUT')
status == "1" ? "checked" : "" }} {{ $product->status == "2" ? "disabled" : "" }}> @if ($product->status == "2") Blocked @endif
@if ($product->image) no image @endif
@foreach($productImages as $key => $image)
Product Image
@csrf @method('DELETE')
@endforeach
@endsection