@extends('adminlte::page') @section('title', 'CONFIGRUACIÓN') @section('content_header') @stop @section('content') N° TIPO DE ÁREA DESCRIPCIÓN AÑO ACCIONES @empty($oficinas) No hay oficinas registrados @else @php $contador = 1; @endphp @foreach ($oficinas as $oficina) {{ $contador }} {{ $oficina->tipo_oficina }} {{ $oficina->nombre_oficina }} {{ $oficina->anio_oficina }} @csrf @method('DELETE') @php $contador++; @endphp @endforeach @endempty @stop @include('administracion.configuraciones.oficinas.modalCreate') @include('administracion.configuraciones.oficinas.modalEdit') @section('css') @stop @section('js') @if(session('success')) @endif @if(session('error')) @endif @stop