@extends('admin/layouts/fullLayoutMaster') @section('title', 'Email Confirmation') @section('page-style') {{-- Page Css files --}} @endsection @section('content')

Email Confirmation

@if(isset($error)) @endif @if(isset($success)) @endif
@endsection