@extends('layouts.master', ['page_title' => 'Configuration', 'body_id' => 'activit_log', 'page_sub_title' => 'Activity Log', 'plugins' => ['datatables' => true]]) @section('content') @component('components.card_main', [ 'title' => 'Activity Log', 'description' => 'Here you can see all the activity of the system. Use the following filters to perform a custom search, only the first 10000 elements will be displayed.' ]) @slot( 'body' )
@component('components.button', ['type'=>'search', 'submit' => true])@endcomponent
{{--
@component('components.button', ['type'=>'download'])@endcomponent
--}}
@endslot @slot('after_body') @component('components.datatable') @slot('thead') ID Date Time Status Module Event Description IP User Full Name Email Plant @endslot @slot('tfoot')   Date Time Status Module Event Description IP User Full Name Email Plant @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection