@extends('layouts.base', ['title' => 'Verify Email']) @section('css') @endsection @section('content')
dark logo logo

Welcome to IN+

Verify your email

@if (session('status') == 'verification-link-sent')

A new verification link has been sent to the email address you provided during registration.

@endif
@csrf

© 2014 - INSPINIA — by WebAppLayers

@endsection @section('scripts') @endsection