mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
10 lines
155 B
PHP
10 lines
155 B
PHP
@extends('emails.email_layout')
|
|
|
|
@section('title')
|
|
Contact form submitted
|
|
@endsection
|
|
|
|
@section('content')
|
|
{!! nl2br(e($mailBody)) !!}
|
|
@endsection
|