{!! Form::label('template_phone', trans('Templates::admin/manage/lists/list.labels.phone')) !!}
{!! Form::text( 'template[phone]', c_template()->option('phone', '+48 22 599 44 99'), ['id' => 'template_phone', 'class' => 'form-control'] ) !!}
{!! Form::label('template_phone', trans('Templates::admin/manage/lists/list.labels.address')) !!}
{!! Form::text( 'template[address]', c_template()->option('address', 'Warsaw'), ['id' => 'template_address', 'class' => 'form-control'] ) !!}
{!! Form::label('template_nip', trans('Templates::admin/manage/lists/list.labels.nip')) !!}
{!! Form::text( 'template[nip]', c_template()->option('nip', '123-123-123'), ['id' => 'template_nip', 'class' => 'form-control'] ) !!}
{!! Form::label('template_email', trans('Templates::admin/manage/lists/list.labels.email')) !!}
{!! Form::text( 'template[email]', c_template()->option('email', 'support@cstorepremium.com'), ['id' => 'template_email', 'class' => 'form-control'] ) !!}
{!! Form::label('template_shop_name', trans('Templates::admin/manage/lists/list.labels.shop_name')) !!}
{!! Form::text( 'template[shop_name]', c_template()->option('shop_name', 'CStore.pl - Online shops'), ['id' => 'template_shop_name', 'class' => 'form-control'] ) !!}
{!! Form::label('template_theme', trans('Templates::admin/manage/lists/list.labels.title')) !!}
{!! Form::text( 'template[title]', c_template()->option('title', 'CStore7'), ['id' => 'template_title', 'class' => 'form-control'] ) !!}
{!! Form::label('template_theme', trans('Templates::admin/manage/lists/list.labels.theme')) !!}
{!! Form::select( 'template[theme]', c_template()->getAvailableTemplates()->pluck('name', 'folder'), c_template()->getCurrentTemplate(), ['id' => 'template_theme', 'class' => 'form-control'] ) !!}
{!! Form::label('template_meta_description', trans('Templates::admin/manage/lists/list.labels.meta.description')) !!}
{!! Form::text( 'template[meta.description]', c_template()->option('meta.description', 'CStore7'), ['id' => 'template_meta_description', 'class' => 'form-control'] ) !!}
{!! Form::label('template_meta_keywords', trans('Templates::admin/manage/lists/list.labels.meta.keywords')) !!}
{!! Form::text( 'template[meta.keywords]', c_template()->option('meta.keywords', 'CStore7'), ['id' => 'template_meta_keywords', 'class' => 'form-control'] ) !!}