{{ csrf_field() }}
@php $giros = \DTE::getGiros(); @endphp
Seleccionar Giro
@foreach($giros as $g)
{{ $g->giro_nombre }}
@endforeach
@php $comunas = \FCR::getComunas(); @endphp
Seleccionar Comuna
@foreach($comunas as $co)
{{ $co->comuna_nombre }}
@endforeach