@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @include('includes.view-pages-filter-script') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@include('includes.view-pages-filter')
{{trans('statistics.trigger.view.table_heading.schedule_id')}} {{trans('statistics.trigger.view.table_heading.name')}} {{trans('statistics.trigger.view.table_heading.criteria')}} {{trans('statistics.trigger.view.table_heading.action')}} {{trans('statistics.trigger.view.table_heading.contact_count')}} {{trans('statistics.trigger.view.table_heading.last_activity')}} {{trans('statistics.trigger.view.table_heading.details')}}
@endsection