mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
10 lines
143 B
PHP
10 lines
143 B
PHP
@extends('emails.email_layout')
|
|
|
|
@section('title')
|
|
Contact form submitted
|
|
@endsection
|
|
|
|
@section('content')
|
|
{{ $mailBody }}
|
|
@endsection
|