@extends('layouts.admin') @section('title', 'Edit Product') @section('content')
@csrf @method('PUT')
@if($product->image)

Current:

@endif
Cancel
@endsection