@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'System History','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('settings.history.system-history.partials.filter')
Action Date / Time Ticket # Summary User 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.system-history.scripts.scripts') @stop