@extends('layouts.welcome') @section('content')
@include('auth.partials.form-error')
{{ __('Enter Verification Code') }}
@csrf
@endsection