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

Cadastrar Nova ONU

ONUs não provisionadas

@include('components.onus-table', ['onus' => $onus, 'error' => $error ?? null])
@endsection