|
- @extends('master')
-
- @section('title', 'Change Email')
-
- @section('head-metas')
- @parent
- <link rel="stylesheet" href="/css/app.css">
- <link rel="stylesheet" href="/css/panel.css">
- @endsection
-
- @section('content')
- @parent
-
- <main id="ticket-email">
- <h3>An email change has been requested from {{$current_email}}</h3>
-
- <a href="{{$link}}"><button>Confirm</button></a>
-
- <small>If you do not recognize this activity, please disregard this
- message.</small>
- </main>
-
- @endsection
-
- @section('footer')
- @endsection
|