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

@if($is_verified == 'Y') @lang('auth.email_verified_success') @elseif ($is_verified == 'AL') @lang('auth.already_verified') @else @lang('auth.token_expired') @endif

@endsection