@extends('sendportal::layouts.app') @section('title', __('New Template')) @section('heading') {{ __('Templates') }} @stop @section('content')
{{ __('Create Template') }}
@csrf @include('sendportal::templates.partials.form')
@stop