@extends('ecommerce::frontend.layout.main2') @section('title') {{ $ecommerce_setting->site_title ?? 'Ochaka - Verify Email' }} @endsection @section('description') {{ $ecommerce_setting->site_description ?? 'Themesflat Ochaka - A modern and elegant Multipurpose eCommerce Template' }} @endsection @section('content') @include('ecommerce::frontend.partials.header')

Verify Your Email

Enter your email to receive verification link

@csrf
@endsection @section('script') @endsection