@extends('layouts.admin') @section('title', __('Edit user')) @section('mobile_title', __('Edit user')) @section('content')

{{ __('Edit user') }}

{{ $user->email }}

{{ __('Form will be added in Step 10.') }}

@endsection