@extends('layouts.dashboard_admin') @section('content')

DIP OPD


Reset
@foreach ($dips as $dip) @endforeach
# Judul Jenis Penerbit Tanggal Tahun Pembuatan Actions
{{$loop->iteration}} {{$dip->judul}} {{$dip->jenis->kategori}} {{$dip->penerbit->penerbit_dip}} {{date('d-m-Y', strtotime($dip->tahun_pembuatan))}} @if ($dip->file_name !== '') @endif
@endsection