2024-08-27 20:22:51 +10:00

5 lines
83 B
PHP

@extends('layouts.ninja')
@section('body')
@livewire('e-invoice.portal')
@stop