@extends('layouts.app') @section('content')
{{ __('KeepAccount') }}
{{ __("Your account :email is updated, thanks", [ 'email' => $email ]) }}
@endsection