@extends('layouts.frontend.master')
@push('styles')
@endpush
@section('page-div-start')
@endsection
@section("content")
@if($actionStatus == 'Yes')
{{__('Email updated successfully.') }}
@elseif($actionStatus == 'No')
{{__('Email update request cancel successfully.') }}
@else
{{__('Something wents wrong!!') }}
@endif
@endsection
@section('page-div-end')
@endsection