@extends('merchant.layouts.user_auth')
@push('css')
@endpush
@section('content')
{{ __("Account Authorization") }}
{{ __("Need to verify your account. Please check your mail inbox to get the authorization code") }}
@endsection
@push('script')
@endpush