@section('title', __('general.page_email_edit_title')) @section('head') @endsection @include('includes/header') @include('includes/topDash')

{{ __('general.page_email_edit_title') }}

@if (\Session::has('error_pass'))
{!! \Session::get('error_pass') !!}
@endif
@include('includes/footer')