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

Edit Product

@csrf @method('PATCH')
@if ($product->image_path) Product Image @endif
@endsection