@extends('dashboard.user.layouts.master') @section('content')

{{ $title }}

@include('dashboard.user.layouts.components.breadcrumbs')
@include('dashboard.user.components.menu')

We’ve sent a 6-digit code to your email address. Please enter it below.

@csrf
@error('code') {{ $message }} @enderror
Resend Verification
@endsection