@extends('admin.layouts.app') @section('title', $pageTitle) @section('content')
@include('admin.layouts.message')
@php $date = null; @endphp @forelse ($logs as $log) @if ($date != $log->timeFormatted($log->created_at)) @endif @php $date = $log->timeFormatted($log->created_at) @endphp @empty @endforelse {{ $logs->links('admin.layouts.pagination') }}
Operator Kegiatan Tanggal
{{ $log->timeFormatted($log->created_at, 'l, n F Y') }}
{{ $log->user->name }}
{{ $log->user->name }}
@if (!empty($log->legislation->id)) {!! $log->message; !!} pada {{ $log->legislation->title }} @endif {{ $log->timeFormatted($log->created_at, 'H:i') }} {{ $log->timeDifference($log->created_at) }}
Tidak ada data
@endsection @section('script') @include('admin.legislation.script') @endsection