@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
@if ($page_data['action'] == 'add')
@else @endif

{{trans('dynamic_tags.add.form_heading')}}

name) ? "readonly" : '' }} value="{{isset($dynamic_content->name) ? $dynamic_content->name : '' }}" class="form-control" />
{{--row 1--}} @if(isset($dynamic_content)) {!! $rule !!} @else
@endif
@php $editor_id = 'content_html_if'; @endphp @if($adminOnClient) {{ dynamicTags(0, 0, $editor_id,$dynamic_content->user_id) }} @else {{ dynamicTags(0, 0, $editor_id) }} @endif
@php $editor_id2 = 'content_html_then'; @endphp @if($adminOnClient) {{ dynamicTags(0, 0, $editor_id2,$dynamic_content->user_id) }} @else {{ dynamicTags(0, 0, $editor_id2) }} @endif
@endsection @section('page_scripts') {{----}} {{-- --}} @endsection