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

@endsection