@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 Table Name Action
{{ $report['reportname'] }} {{ $report['tablename'] }}
@if(isset($report['tablename'])) @endif @if(\App\Models\ApiReport::where('json_index', $report['index'])->exists())
@csrf @method('delete')
@endif
@push('scripts') @endpush @endsection