@extends('layouts.app') @section('content')
@csrf @method('PUT')
@if($producto->imagen)
Imagen Producto
@endif
@endsection