@extends('layouts.app') @if($type == 'email') @elseif($type == 'sms') @endif @section('include_css') @endsection @section('content') @if($type == 'email') {{__('xcommunication::templates.headings.email_templates')}} @elseif($type == 'sms') {{__('xcommunication::templates.headings.sms_templates')}} @endif @if($type == 'email') {{ __('xcommunication::templates.headings.create_email_template')}} @elseif($type == 'sms') {{ __('xcommunication::templates.headings.create_sms_template')}} @endif Home @if($type == 'email') { __('xcommunication::templates.headings.create_email_template')}} @elseif($type == 'sms') {{__('xcommunication::templates.headings.create_sms_template')}} @endif {!!__('xcommunication::templates.buttons.templates_list')!!} {!! csrf_field() !!} {{ __('xcommunication::templates.labels.template_name')}} {{ __('xcommunication::templates.labels.template_description')}} {{ $template_details->description or '' }} @if($type == 'sms') {{ __('xcommunication::templates.labels.shortcodes')}} {{$shortcodes or ''}} {{ __('xcommunication::templates.labels.template_message')}} {{ $template_details->content or '' }} {{ __('xcommunication::templates.labels.message_character_count')}} : 0 @endif @if($type == 'email') {{ __('xcommunication::templates.labels.shortcodes')}} {{$shortcodes or ''}}
{{$shortcodes or ''}}