@extends('layouts.user') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
@
@if(config('unicredit.modules.phone_verification'))
Phone Number

@endif
@endsection @section('page-js') @endsection