@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/study.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/jssocials.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/jssocials-theme-flat.css')->withFullUrl() !!} @stop @section('title') {{$post->title}} @stop @section('description') Noticias Ecca @stop @section('content') {!! Breadcrumbs::render('news-blogger') !!}
{{$post->title}}
{!! strip_tags($post->content, '

Compartir
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} {!! Minify::javascript('/js/jssocials.min.js')->withFullUrl() !!} @stop