invoiceninja/resources/views/emails/ticket_template_html.blade.php
2019-01-30 22:25:07 +11:00

5 lines
71 B
PHP

@extends('emails.master_contact')
@section('body')
{!! $body !!}
@stop