@extends('layouts.firstuse') @section('content')

{{__('messages.steptwo')}}

{{__('messages.steptwo_text_1')}}

@if ($errors->has('fname')) {{ $errors->first('fname') }} @endif
@if ($errors->has('sname')) {{ $errors->first('sname') }} @endif
@if ($errors->has('flastname')) {{ $errors->first('flastname') }} @endif
@if ($errors->has('slastname')) {{ $errors->first('slastname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{!! NoCaptcha::display(['data-theme' => 'dark']) !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endsection