@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/newsImages.css')->withFullUrl() !!} @stop @section('title') {{Lang::get('news.images.actualidad en imagenes')}} @stop @section('description') {{Lang::get('news.images.un repaso a la actualidad')}} @stop @section('content') {!! Breadcrumbs::render('news-images') !!}
{{Lang::get('news.images.actualidad en imagenes')}}
@foreach ($photoArray as $photo)
{!! $photo !!}
@endforeach
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop