@extends('pwa.template.app.main') @section('app-content') {{-- section blog --}}

Seluruh Informasi Warga

@if (count($laporan) >= 1) @foreach ($laporan->take(5) as $l)

{{ $l->nama }} {{ date_format(date_create($l->tanggal), 'd M Y') }}

{{ $l->lokasi }}

Pelapor : {{ $l->user->nama }}
Lihat Informasi {{--
--}}
@endforeach @else @endif
@endsection