@extends('layouts.main') @section('title', 'Account Verification') @section('main') @livewire('auth.verify-email') @endsection