@extends('layouts/acc_layout') @section('content') @section('title', '| Accounting Home') {{-- --}} {{-- @include('homePages.accHomePages.accHome') --}} {{-- --}} @php use App\Service\UserUtility; $isGuestUser = UserUtility::isGuestUser(); @endphp
{{-- Accounting Dashboard --}}
{{-- ul nav nav-tabs --}}
{{-- div class="tab-content" --}}
{{--
Major Reports
--}}
{{-- div panel-body --}}
{{-- Div panel panel-default panel-border --}}
{{-- Div col-md-10 fullbody --}}
{{--
--}} {{--
Loading...
--}} {{--
--}} @endsection