From d8033a305b001cb39f7be921f6aa573cfd92e24c Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Tue, 20 Feb 2024 09:13:58 +0700 Subject: [PATCH] export pdf table limit --- 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 80082eb..ed8598a 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