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

Update Product

@csrf @method('PUT')
@foreach ($product->images as $image)
Image Not Found
@endforeach
in_stock == "1" ? "checked" : "" }}>
@endsection