@extends('backend.template.index') @section('title', $title) @push('css-between') @endpush @push('script-between') @endpush @section('content')
@csrf
Maksimum File 10Mb
Data PPID {{ $office->name }}
@foreach ($ppids as $ppid) @endforeach
# Judul Terbitkan Sebagai Kategori Jenis Tipe File File Status Tanggal Upload
{{ $loop->iteration }}
@csrf @method('DELETE')
{{ $ppid->title }} {{ $ppid->terbitkan_sebagai }} {{ $ppid->ppid_category->name }} {{ $ppid->jenis }} {{ $ppid->type_file }} Download @if ($ppid->status == 'publikasi') @else @endif {{ $ppid->created_at }}
@endsection