@extends('layouts.tenant.dreams_tech.app') @section('page_css') @endsection @section('page_content')
@if ($page_type == 'status') @livewire('tenant.lemarex.stats.invoices.status', ['page_title' => $page_title]) @elseif ($page_type == 'type') @livewire('tenant.lemarex.stats.invoices.type', ['page_title' => $page_title]) @elseif ($page_type == 'bank-account') @livewire('tenant.lemarex.stats.invoices.bank-account', ['page_title' => $page_title]) @endif
@endsection @section('page_js') @endsection