@extends('sendportal::layouts.app') @section('title', __('Campaign Design')) @section('heading') {{ __('Campaign Design') }} @stop @section('content')
@csrf @method('PUT') @include('sendportal::templates.partials.editor')
{{ __('Back') }}
@stop