@extends('layouts.app') @section('content')
@if (session('success'))
@endif

Email Verification

@if (session('resent')) @endif Hi {{Auth::user()->first_name}} {{Auth::user()->last_name}},

Please click on below button & you will receive the email at {{Auth::user()->email}}
@csrf
@endsection