@extends('layouts.app') @section('title', 'Evaluation Report Plan — PC-IV / PC-V') @push('stylesheets') @include('partials.index-datatable-styles') @include('schemes.partials.plan-scheme-selection-surface-styles') @endpush @section('contents')
@if (session('warning')) @endif @if (! empty($planSelectionMeta))
{{ __('New visit plan') }} — {{ $planSelectionMeta['plan_type'] }} · {{ \Carbon\Carbon::createFromDate((int) $planSelectionMeta['year'], (int) $planSelectionMeta['month'], 1)->format('F Y') }} @if (! empty($mecRegionName)) · {{ __('Region') }}: {{ $mecRegionName }} @endif
@endif
{{ __('Listing scope') }}
   
{{ __('Reset') }}
@foreach ($evaluationPcTableHeaders as $_h) — @endforeach
@endsection @push('scripts') @include('partials.index-datatable-scripts') @endpush