@extends('layouts.bootstrap.app') @section('content')
{{ __('Verify Your Email Address') }}
@if (session('status') == 'verification-link-sent') @endif

{{ __('Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.') }}

@csrf
@endsection