@extends('admin/layouts/fullLayoutMaster') @section('title', 'Email Confirmation') @section('page-style') {{-- Page Css files --}} @endsection @section('content') Email Confirmation @if(isset($error)) Error: {{ $error }} @endif @if(isset($success)) Success: {{ $success }} @endif @endsection