@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @push('prev-next-head')
@endpush @section('content')
@if (count($standardReportLogs))

Standard Reports

@if (!empty($reportType)) {{ ucfirst($reportType) }} @else View the below Reports @endif

@if (!empty($standardReportLogs)) @foreach ($standardReportLogs as $value) {{-- @if ($authSessionUser->can_role(@$value->reportTemplate->type . '-report')) --}} @endforeach @else
There is no standard reports.
@endif
@endif

Custom Reports

@if (!empty($reportType)) {{ ucfirst($reportType) }} @else View the below Reports @endif

@if (!empty($customReports)) @foreach ($customReports as $row) @endforeach @else
There is no custom reports.
@endif

Module

Select and View Report

Reset
@foreach ($reportModules as $value) {{-- @if () @endif --}} @endforeach
@if ($reportType == 'attendance') @include('report.partials.attendance-modals', $attendanceModalData) @elseif($reportType == 'task') @include('report.partials.task-modals', $taskModalData) @elseif($reportType == 'payroll') @include('report.partials.payroll-modals', $salaryModalData) @elseif($reportType == 'employee') @include('report.partials.employee-modals', $employeeModalData) @elseif($reportType == 'lms') @include('report.partials.lms-modals', $lmsModalData) @elseif($reportType == 'visitor') @include('report.partials.visitor-modals', $visitorModalData) @elseif($reportType == 'leave') @include('report.partials.leave-modals', $leaveModalData) @elseif($reportType == 'travel-expense') @include('report.partials.travel-expense-modals', $expenseModalData) @elseif($reportType == 'attendance-monthly-data') @include('report.partials.monthly-data-modals', $montlyModalData) @elseif($reportType == 'expense-detail') @include('report.partials.detail-expense-modals', $expenseDetailModal) @elseif($reportType == 'expense-date-wise-detail') @include('report.partials.datewise-detail-modals', $expenseDateWiseDetailModal) @elseif($reportType == 'lms-contact') @include('report.partials.lms-contact-modals', $lmsContactModalData) @endif @endsection @push('footer-script') @endpush