@extends('adminlte::page')
@section('title', 'Zonificacion')
@section('content_header')
@stop
@section('content')
@foreach($giros as $giro)
id
COD GIRO
GIRO
@endforeach
{{ $giro->id }}
{{ $giro->codGiro }}
{{ $giro->nombre }}