@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'User History','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('settings.history.user-history.partials.filter')
| Action |
Date / Time |
Ticket # |
Summary |
Modified By |
@stop
@section('help-links')
@include('help.help-links',['helpLink'=>config('help-links.help_links.history'),'helpTitle'=>config('help-links.help_titles.history')])
@endsection
@section('after_scripts')
@include('reports.scripts.common')
@include('reports.scripts.datatable')
@include('settings.history.user-history.scripts.script')
@stop