@extends('master')
@section('title', 'Change Email')
@section('head-metas')
@parent
@endsection
@section('content')
@parent
An email change has been requested from {{$current_email}}
If you do not recognize this activity, please disregard this
message.
@endsection
@section('footer')
@endsection