@extends('default-blank') @section('content-wrapper')

{{trans('alertMsgConfiguration.title')}}

@foreach ($tariffList as $id => $tariffName) @endforeach
{{trans('alertMsgConfiguration.tariff_screen')}}
{{trans('alertMsgConfiguration.screen_name')}} {{trans('alertMsgConfiguration.heading_email')}} {{trans('alertMsgConfiguration.heading_sms')}} {{trans('alertMsgConfiguration.heading_user_role')}} {{trans('alertMsgConfiguration.heading_user')}} {{trans('alertMsgConfiguration.heading_user_name')}}
{{ ucwords(str_replace('_',' ',$tariffName))}} on_email) checked @endif @endif> on_sms) checked @endif @endif>
{{----}}
@foreach ($reportList as $id => $reportName) @endforeach
{{trans('alertMsgConfiguration.report_screen')}}
{{trans('alertMsgConfiguration.report_name')}} {{trans('alertMsgConfiguration.heading_email')}} {{trans('alertMsgConfiguration.heading_user_role')}} {{trans('alertMsgConfiguration.heading_user')}} {{trans('alertMsgConfiguration.heading_user_name')}}
@lang('menus.'.$reportName) on_email) checked @endif @endif>
{{----}}
@stop