@extends('layouts.admin') @section('main')
@csrf
@if ($form_edit)
{{ $producto->imagen }}
@else @endif
@endsection