@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content')
@include('common.alert')
@foreach ($data as $value) @endforeach
Log ID Client Id Auditable type Event Url Ip_address Created_at
{{ $value->id }} {{ $value->user_id }} {{ $value->user_type }} {{ $value->event }} {{ $value->url }} {{ $value->ip_address }} {{ $value->created_at }}
{{-- Pagination --}}
{!! $data->links() !!}
@endsection @section('script') @endsection