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

5 lines
59 B
PHP

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