@extends('layouts.app') @section('pageTitle', 'Dokumen - List') @section('content') @include('notify')
@if(!empty($document)) @foreach($document as $post) @endforeach @else @endif
Folder Akses Last Update
{{$post->name}} @php $j =1; $total_user = $post->total; @endphp @foreach($post->user as $val) {{$val->nama_user}} @if($j++ < $total_user), @endif @endforeach {{date('d M y H:i', strtotime($post->created))}}
Belum ada data
{!! $metadata->pagination !!}
@endsection @section('custom_js') @endsection