From 06af97867d60e24f5cf35bbebe7411d89e00bc25 Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Tue, 20 Feb 2024 09:07:01 +0700 Subject: [PATCH] command view export pdf --- Resources/views/exportPdf.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/exportPdf.blade.php b/Resources/views/exportPdf.blade.php index ed8598a..80082eb 100644 --- a/Resources/views/exportPdf.blade.php +++ b/Resources/views/exportPdf.blade.php @@ -239,7 +239,7 @@ - @if (count($data['DataLimit']) > 0 ) + {{-- @if (count($data['DataLimit']) > 0 ) @php $i=1 @endphp @foreach ($data['DataLimit'] as $limit) @@ -299,7 +299,7 @@ Tidak Ada Fasilitas - @endif + @endif --}}