@push('css') @endpush
@if ($type == 0) @include('partials.input-error', ['input' => 'max'])

GalerĂ­a de Imagenes

@if ($images->isEmpty())  @endif @foreach ($images as $row) @endforeach
@else

{{ $type == 1 ? 'Agregar' : 'Editar' }} Imagen

JPEG, JPG o PNG.

@include('partials.input-error', ['input' => 'image'])

Aspect Ratio:3:4
Ejemplo max: 3000x4000
Ejemplo min: 700x900
No exceder los 2MB

@if ($image) Imagen Cargada @else Placeholder @endif
@if ($type == 2)

Imagen actual No exceder los 2MB

Imagen Cargada
@endif
@endif
@push('js') @endpush