@extends('layouts.app', ['title' => __('Send new campaign')]) @section('head') @endsection @section('content')

{{__('Create new template')}}

@csrf
@include('wpbox::templates.partials.basic') @include('wpbox::templates.partials.form') @include('wpbox::templates.partials.preview')
@include('wpbox::templates.scripts') @endsection