@extends('layouts.master2')
@section('title', $pageTitle)
@section('page_styles')
@endsection
@section('page_scripts')
@endsection
@section('content')
{{trans('webform.form.alert_message.no_template_added')}}
{{trans('webform.template.add.button.blank_template')}}
@foreach($templatesData as $templatesRow)