@extends('layouts.master') @section('title', 'Riwayat Pelaporan') @section('breadcrumb')

Riwayat Pelaporan

@endsection @section('content')
@if ($role->id!=3 && $role->id!=4) @endif @foreach ($data as $item) @if ($role->id!=3 && $role->id!=4) @endif @endforeach
NoOPDPeriode Action
{{$loop->index+1}}{{$item->opd->nama_skpd}}{{ Carbon\Carbon::parse($item->periode->tgl_awal)->format('d-m-Y'); }} S/d {{ Carbon\Carbon::parse($item->periode->tgl_akhir)->format('d-m-Y'); }} Detail Cetak
@endsection @section('css') @endsection @section('js') @endsection