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

Verify your Email

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

Already have an account?Log in

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