@extends('adminlte::page') @section('title', 'Listado de Oficios') @section('content_header')

Listado de Oficios

@stop @section('content')
@foreach ($oficios as $oficio) @endforeach
Número de Oficio
Descripción
Acciones
{{ $oficio->numero_oficio }} {{ $oficio->descripcion }} Ver Editar Descargar
@csrf @method('DELETE')
@stop @section('css') @stop @section('js') @stop