{{ Form::helper(__('Learn more about Twig template: :url', ['url' => Html::link('https://twig.symfony.com/doc/3.x/', null, ['target' => '_blank'])])) }}
@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') {!! Form::open(['method' => 'PUT', 'route' => ['invoice-template.update']]) !!}
{!! BaseHelper::clean(trans('plugins/ecommerce::invoice-template.setting_description')) !!}
{{ Form::helper(__('Learn more about Twig template: :url', ['url' => Html::link('https://twig.symfony.com/doc/3.x/', null, ['target' => '_blank'])])) }}