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

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

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

 
{{ trans('plugins/ecommerce::invoice-template.preview') }}
{!! Form::close() !!} {!! trans('core/setting::setting.email.confirm_message') !!} @endsection