@if (count($info) == 0)
INFORMASI BELUM TERSEDIA
@else
@foreach ($info as $key => $value)
{{$value->judul}}
{!! $value->isi !!}
@php
$ext = strtolower(pathinfo($value->file, PATHINFO_EXTENSION));
@endphp
@if (!empty($value->file))
@if ($ext=="jpg" || $ext=="jpeg" || $ext=="png" || $ext=="webp")
file}}" target="_blank">
file}}" alt="" />
File {{$value->judul}}
{{$value->file}}
@else
file}}" target="_blank" class="btn btn-primary btn-sm> Lihat File
@endif
@else
@endif
@endforeach
@endif