@extends('layouts.admin.admin') @section('title', 'Invoice Report') @section('content') @livewire('admin.report.invoice-report-component') @stop