@extends('layouts.dashboardUser') @section('title', 'Riwayat Laporan Kerja') @section('content')

Riwayat Laporan Kerja

@foreach ($laporan as $lapor)

{{ $lapor->lokasi }}

{{ \Carbon\Carbon::parse($lapor->tanggal)->format('d M Y') }}

Detail
@endforeach
{{ $laporan->links() }}
@endsection