@section('css') @parent @endsection @php $tableId = $table_data['id'] ?? 'report-table-'.uniqid(); @endphp
@forelse ($table_data['keys'] as $key) @empty @endforelse
{{ $key }}
@section('scripts') @parent @endsection