@extends('layouts.master2') @section('title', $page_data['title']) @section('page_styles') @endsection @section('content') @include('includes.editor-scripts') @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif

{{isset($dynamic_content) ? trans('dynamic_tags.form_heading.edit_rule') :trans('dynamic_tags.form_heading.add_rule')}}

@if(isset($getTemps) && $getTemps && routeAccess('dynamictag.clone')) {{trans('spintag.add.button.pre_define_template')}}

{{ trans("spintag.add.box_title") }}

{{trans('spintag.form.name')}}
{{trans('spintag.form.description')}}
{{trans('common.table_heading.actions')}}
@foreach($templates as $template)
{{$template->label}}
{{$template->description==null?'---':$template->description}}
@endforeach
@endif
name) && !isset($action) ? "disabled" : '' }} value="{{isset($dynamic_content) ? $dynamic_content->name : '' }}" class="form-control"/> {{trans('dynamic_tags.form.label.name_help_bottom')}}
{{--row 1--}}
    {!! isset($str) ? $str : '' !!}