@extends('acl::user.user-management')
@section('title','Activity Log')
@section('breadcrumb')
Activity Log
@endsection
@push('css_stack')
{!! library_datatables('css') !!}
@endpush
@section('partial')
{!! $dataTable->table() !!}
@endsection
@push('js_stack')
{!! library_datatables('js') !!}
{!! $dataTable->scripts() !!}
@endpush