@extends('layouts.app') @section('css') @endsection @section('content')

Lista de territorios

Nuevo
@include('flash::message')
@include('territorios.table')
@endsection @section('scripts') @endsection