1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-16 16:13:20 +01:00
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