@extends('layouts.front_main') @section('title', $page_name) @if(isset($page) && $page) @include('front.partials._meta_properties_page') @endif @section('content')
@include('front.partials._breadcrumb')
@if($success)

Success! Your email address has been confirmed. Please note that until you complite your chef profile you will not be visible to employers and recruiters. Login now to get started.

@elseif($error)

Error: Your e-mail address is already verified.

@endif
@endsection @push('scripts') @endpush