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

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

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

@csrf
@error('email') {{ lang($message) }} @enderror
@csrf
@error('otp') {{ lang($message) }} @enderror
@endsection @section('modal') @include('admin.profile.emailupdatemodal') @endsection @section('scripts') @vite(['resources/assets/js/support/support-sidemenu.js']) @endsection