@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/study.css')->withFullUrl() !!} @stop @section('title') Portal de Transparencia @stop @section('description') Portal de Transparencia @stop @section('content') {!! Breadcrumbs::render('portal-economico') !!}


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