@extends('layouts.backend') @section('ruta') Listado de Usuarios @stop @section('titulo') Usuarios @stop @section('contenido') @stop @section('contentPanel') @include('alerts.success')
@foreach ($imgs2 as $img)
@if(empty($img->path)) @else @endif {!! Form::open(array('method' => 'DELETE', 'route' => array('galeria.destroy', $img->id))) !!} {!! Form::close() !!}
@endforeach
@endsection