@extends('layouts.custommaster') @section('content')

{{lang('Update Your Email')}}

{{lang('Enter the new email address to update.')}}

@csrf
@error('email') {{ lang($message) }} @enderror

{{lang('Send me Back')}}

@csrf
@error('otp') {{ lang($message) }} @enderror

{{lang('Send me Back')}}

@endsection @section('scripts') @vite(['resources/assets/js/support/support-sidemenu.js']) @endsection