@extends('layouts.admin') @section('title', __('Edit user')) @section('mobile_title', __('Edit user')) @section('content')
{{ $user->email }}
{{ __('Form will be added in Step 10.') }}