@extends('layouts.auth') @section('title', 'Verification') @push('page-styles') @endpush @section('body')
@csrf

Verify your email

Enter the code
sent to ( {{ $email ?? '' }} )

@endsection @push('page-scripts') @endpush