@extends('layouts.administrator.app') @push('page-css') @endpush @section('content')
Pusat Informasi

Informasi Terkini

@foreach ($information as $item)
{{ $item->categoryInformation->name }} {{ $item->type }}
{{ $item->title }}
By {{ $item->user->name }}

{!! $item->description !!}

{{ $item->created_at->diffForHumans() }}

Selengkapnya
@endforeach
{{ $information->links('pagination::custom') }}
@endsection @push('page-js') @endpush