{{ $register->title . ' Logs' }}

@if(count($logs)) @include('registers.partial.log-items', $logs) @else @endif
# {{ __('table.value') }} {{ __('table.datetime') }}
{{ __('table.NoRecords') }}

{{ __('table.ExportProperties') }}


@include('shared.date', ['name' => 'from', 'id' => 'from', 'placeholder' => 'First'])
@include('shared.date', ['name' => 'to', 'id' => 'to', 'placeholder' => 'Last'])
@if($logs->hasMorePages()) @endif