@extends('layouts.app') @section('content')
@if(isset($verifyTitle))
{!!$verifyTitle->message!!}
{!!$verifyText->message!!} @endif
@stop