@extends('adm_theme::layouts.app') @section('content') WIP {{--
@csrf @method('POST') {!! Theme::inputHtml([ 'field' => (object) [ 'type' => 'text', 'name' => 'to', ], ]) !!} {!! Theme::inputHtml([ 'field' => (object) [ 'type' => 'text', 'name' => 'subject', ], ]) !!} {!! Theme::inputHtml([ 'field' => (object) [ 'type' => 'wysiwyg', 'name' => 'body', ], ]) !!}
--}} @endsection