@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')
| Centro | Dirección | Teléfonos | ||
| {{ $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'] }} |