@extends('app-admin') @section('head') @include('admin.partial.head') @endsection @section('content')

JDIH Provinsi Jawa Tengah

File Download

@if(isset($data)) @foreach($data as $d) @endforeach @endif
No Nama Dokumen Rakor Tanggal Kegiatan File Aksi
{{ $d->name }} {{ $d->rakor }} {{ $d->tgl }} Hapus edit
@endsection @section('script') @include('admin.partial.script') @endsection