@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/delegation.css')->withFullUrl() !!} @stop @section('content')
Delegaciones
Seleccione su delegación
@foreach ($delegations as $delegation) @endforeach
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop