invoiceninja/resources/views/emails/ticket_html.blade.php
2019-01-30 22:00:26 +11:00

5 lines
59 B
PHP
Executable File

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