@extends('layouts.app') @section('title', __('MEC SIMS Reports')) @push('stylesheets') @include('reports.partials.mec-listing-table-styles') @include('partials.index-datatable-styles') @include('partials.filter-card-styles') @endpush @section('contents')
@include('reports.partials.mec-listing-scheme-name-toggle')

{{ __('Published reports for schemes in your department scope. Click a row to open the full report preview (read-only).') }}

@include('mec-sims.reports.partials.listing-table', [ 'tableId' => 'tblMecSimsReports', 'reportRows' => $reportRows, ])
{!! view('components.per-page-selector', ['current' => $perPage ?? 25, 'baseUrl' => route('mec-sims.reports.index')])->render() !!}
@endsection @push('scripts') @include('partials.index-datatable-scripts') @include('reports.partials.mec-listing-scheme-name-toggle-scripts') @endpush