@extends('layouts.master2') @section('title', $pageTitle ) @section('page_styles') @endsection @section('page_scripts') @endsection @section('content') @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
{{trans('common.label.id')}} {{trans('statistics.trigger.detail.table_heading.name')}} {{trans('statistics.trigger.detail.table_heading.interval')}} {{trans('statistics.trigger.detail.table_heading.last_activity')}} {{trans('common.stats.sent')}} {{trans('common.stats.opened')}} {{trans('common.stats.clicked')}} {{trans('common.stats.unsubscribed')}} {{trans('statistics.trigger.detail.table_heading.details')}}
@endsection