@extends('admin.layouts.app') @push('styles_top') @endpush @push('topnav')   Logs   @endpush @section('content')
 
@if (count($history) > 0) @foreach ($history as $h) @endforeach @else

No records available.

@endif
Date Message
{{ $h->created_at }} {{ $h->message ?? '' }}
{{ $history->appends(request()->input())->links('pagination.admin') }} @endsection @push('scripts_bottom') @endpush