mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-15 23:52:33 +01:00
5 lines
71 B
PHP
5 lines
71 B
PHP
|
@extends('emails.master_contact')
|
||
|
|
||
|
@section('body')
|
||
|
{!! $body !!}
|
||
|
@stop
|