@extends('layouts.admin-bloqueo-vista')
@section('titulo', 'Lista de Barrios')
@section('css')
@endsection
@section('botonera')
@if(strstr(Auth::user()->permisos['municipios'], 'c') || Auth::user()->id == 1)
Agregar un nuevo barrio
@endif
Salir
@endsection
@section('content')
@include('alerts.request')
|
Id Dep
|
Dep Nombre
|
Id Mun
|
Mun Nombre
|
Id
|
Nombre
|
Operaciones |
@include('barrio.forms.tbody')
@endsection
@section('scripts')
@endsection