@extends('master') @section('title', 'Estaciones') @section('content')
ESTACIONES
@foreach($estaciones as $estacion)
{{$estacion->zona_codigo}}
{{$estacion->localidad}}
{{$estacion->ubicacion}}
@endforeach
@include('ads.adrightcontent')
@endsection