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

{{__('Welcome to')}} {{ config('app.name') }}

@csrf @if (session('status') == 'verification-link-sent') @endif
{{ __('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you did not receive the email, we will gladly send you another.') }}
@endsection