@php $websiteLogo = getField('website_logo_2'); @endphp
{{ __('v2/front_site.complete_profile') }}
{!! Form::open([ 'route' => 'front.v2.complete-profile-update', 'method' => 'POST', 'id' => 'complete-profile', 'class' => 'form-signup', ]) !!}
{{ __('v2/front_site.first_name') }}
{{ __('v2/front_site.surname') }}
{{ __('v2/front_site.email') }}
email != '' ? 'readonly' : '' !!} >
{{ __('v2/front_site.tel') }}
{{ Form::text('phone',($result->phone ?? ''), ['class' => 'form-control','id'=>'phone','placeholder'=>__('v2/front_site.enter')." ". __('v2/front_site.phone')]) }}
{{ __('v2/front_site.password') }}
{{ csrf_field() }}
{{ __('v2/front_site.update') }}
{!! Form::close() !!}
{!! __('v2/front_site.copy_right_title', ['year' => date("Y")]) !!}