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