@extends('user.layouts.app') @section('content')


mpfi

{{ __('Verify Your Email Address') }}

({{ Auth::user()->email }})

@if (session('resent')) @endif

{{ __('Before proceeding, please Verify your EMAIL Address.') }} {{ __('Please Click the link for verification') }},

@csrf .
@endsection