@extends('layouts.app') @section('content') @push('styles') @endpush
{{-- {{ $curr_url_1 ? ucfirst($curr_url_1) : '' }} --}} {{ isset($label) ? $label : ($curr_url_2 ? ucfirst($curr_url_2) : '') }}
{{-- --}} @foreach($selectedReports as $report) {{-- --}} @endforeach
Report Name Creator Created Date GeographyBase Year End YearAction
{{ $report['reportname'] }} {{ $report['creator'] }} {{ $report['createddate'] }} {{ $report['geography'] }}{{ $report['base_year'] }} {{ $report['endyear'] }}
@if(isset($report['excelreport'])) @endif @if(\App\Models\ApiReport::where('reportid', $report['reportid'])->exists())
@csrf @method('delete')
@endif
@push('scripts') @endpush @endsection