This commit is contained in:
merdan 2020-02-26 15:42:23 +05:00
parent fb320b254e
commit 6509609ad5
4 changed files with 4 additions and 4 deletions

View File

@ -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',
];

View File

@ -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',
];

View File

@ -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',
];

View File

@ -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">