@if(count($dataHibah) == 0) No data found @else @foreach($dataHibah as $row) {{ $row->jenis_program}} {{ $row->tahun_usulan_hibah }} {{ date_format(date_create($row->start_deadline_hibah), "d-m-Y") }} 4 @endforeach {!! $dataHibah->links() !!} @endif