term
This commit is contained in:
parent
fb320b254e
commit
6509609ad5
|
|
@ -116,7 +116,7 @@ return [
|
|||
'cooperation' => 'Cooperation',
|
||||
'oferta' => 'Oferta',
|
||||
|
||||
'terms_conditions' => '<a href=":link" target="_blank">Terms and conditions</a>',
|
||||
'terms_conditions' => 'Terms and conditions',
|
||||
|
||||
|
||||
];
|
||||
|
|
|
|||
|
|
@ -124,5 +124,5 @@ return [
|
|||
'cooperation' => 'Cooperation',
|
||||
'oferta' => 'Oferta',
|
||||
|
||||
'terms_conditions' => '<a href=":link" target="_blank">Terms and conditions</a>',
|
||||
'terms_conditions' => 'Terms and conditions',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -123,6 +123,6 @@ return [
|
|||
'cooperation' => 'Cooperation',
|
||||
'oferta' => 'Oferta',
|
||||
|
||||
'terms_conditions' => '<a href=":link" target="_blank">Terms and conditions</a>',
|
||||
'terms_conditions' => 'Terms and conditions',
|
||||
|
||||
];
|
||||
|
|
|
|||
|
|
@ -182,8 +182,8 @@
|
|||
<div class="form-row">
|
||||
<div class="col-6">
|
||||
<div class="form-group">
|
||||
{!! Form::label("terms_conditions", trans("ClientSide.terms_conditions",['link' => route('about',['page'=>'oferta_'.Config::get('app.locale')])])) !!}
|
||||
{!! Form::checkbox("order_terms", true, true,['required' => 'required', 'class' => 'form-control']) !!}
|
||||
<a target="_blank" href="{{route('about',['page'=>'oferta_'.Config::get('app.locale')])}}">@lang('ClientSide.terms_conditions')</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue