@extends('backend.layout') @section('content')
{{--

{{ ($logs->currentPage() - 1)*10 + 1 }}-{{ ($logs->currentPage() - 1)*10 + $logs->count() }} trong {{ $logs->total() }} bản ghi.

--}}
@foreach($logs as $log) @endforeach
{{ ($logs->currentPage() - 1)*$logs->perPage() + $loop->index + 1 }} {!! $log->description !!} IP : {{ $log->properties['ip_address'] }} {{ $log->created_at }}
{!! short_pagination($logs) !!}
@endsection @push('styles') @endpush @push('scripts') @endpush