@lang('app.subject')

{{ $contractTemplate->subject }}

@lang('app.description')

{!! nl2br(strip_tags($contractTemplate->contract_detail, ['p', 'b', 'strong', 'a'])) !!}

@if ($contractTemplate->amount != 0)

@lang('modules.contracts.contractValue'): {{ $contractTemplate->amount.' '.$contractTemplate->currency->currency_code }}

@endif