@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') {!! Form::open(['method' => 'PUT', 'route' => ['invoice-template.update']]) !!}

{{ trans('plugins/real-estate::invoice.template.setting') }}

{!! BaseHelper::clean(trans('plugins/real-estate::invoice.template.setting_description')) !!}

 
{{ trans('plugins/real-estate::invoice.template.preview') }}
{!! Form::close() !!} {!! Form::modalAction( 'reset-template-to-default-modal', trans('core/setting::setting.email.confirm_reset'), 'info', trans('core/setting::setting.email.confirm_message'), 'reset-template-to-default-button', trans('core/setting::setting.email.continue'), ) !!} @endsection