@extends('layouts.app') @section('content')
{{ ucwords(__('verify email')) }}
@if (session('resent')) @endif {{ Str::ucfirst(__('before_check_email')) }} {{ Str::ucfirst(__('no email')) }},
@csrf .
@endsection