@extends('adminlte::page') @section('title', 'Zonificacion') @section('content_header') @stop @section('content')
Agregar
@foreach( $zonificaciones as $zonificacion) @endforeach
@stop @section('css') @stop @section('js') @if(session('zonificacion') == 'ok') @endif @if(session('zonificacion') == 'fail') @endif @stop