@extends('layouts.merchant_auth') @section('title') @lang('Merchant Email Verification') @endsection @section('content')

@lang('Email Verification Code')

@lang('Home')
@if(session()->has('error'))
{{ session('error') }}
@endif
@csrf
@error('code') {{ __($message) }} @enderror
@endsection @push('style') @endpush