{{--
@lang('app.login')
--}}
@if (!$showVerifcationCode)
@csrf
@lang('app.continue')
@lang('app.cancel')
@endif @if ($showVerifcationCode)
@csrf
@lang('app.resendVerificatonCode')
@lang('app.continue')
@lang('app.cancel')
@endif