@extends('layouts.app')
@section('title', __('Activity Logs'))
@push('css')
@include('panel.inc.datatable.css')
@endpush
@section('content')
{!! $dataTable->table() !!}
@stop
@push('script')
@include('panel.inc.datatable.js')
{!! $dataTable->scripts() !!}
@endpush