@extends('layouts.backend') @section('titulo')

Imágenes

Nuevo
@endsection @section('contenido') @include('alerts.success') @if (count($imgs)) @foreach ($imgs as $img) @if(empty($img->path)) @else @endif @endforeach
Imagen Título Descripción Categoria Acciones
{{ $img->titulo }} {{ $img->descripcion }} {{ $img->nombre }} {!! Form::open(array('method' => 'DELETE', 'route' => array('imagen.destroy', $img->id))) !!} {!! Form::close() !!}
@else No hay imagenes @endif @stop