@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/centersEcca.css')->withFullUrl() !!} {!! HTML::style('https://cdn.datatables.net/1.10.9/css/jquery.dataTables.min.css') !!} {!! Minify::stylesheet('/css/dataTable.css')->withFullUrl() !!} @stop @section('title') Localizaciones Radio ECCA @stop @section('description') Localizaciones, contactos, emails y teléfonos de los diferentes centros zonales y de orientación de Radio ECCA. @stop @section('content')
Centros de Radio ECCA
Listado de centros
@foreach ($centers as $center) @if($center['address']) @endif @endforeach
Centro Dirección Teléfonos Email
{{ $center['name'] }} {{ $center['address']['street'] }} , {{ $center['address']['postal_code'] }} @if ( $center['phone']['mobile']) @endif @if ( $center['phone']['home']) @endif @if ( $center['phone']['office']) @endif {{ $center['email'] }}
@stop @section('js-code-post') {!! HTML::script('https://maps.googleapis.com/maps/api/js?v=3') !!} {!! HTML::script('https://cdn.datatables.net/1.10.9/js/jquery.dataTables.min.js') !!} {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop