@if($wajahList->count() > 0)
@foreach($wajahList as $index => $wajah)
@if($wajah->file_exists && $wajah->image_url)

@else
@endif
Foto {{ $index + 1 }}
{{ \Carbon\Carbon::parse($wajah->created_at)->format('d/m/Y H:i') }}
@endforeach
@else
@endif
@endsection