@extends('layouts.app') @section('head') @endsection @php $locale = session('lang'); @endphp @section('content')
{{ __('auth.Settings', [], $locale) }}
{{ __('auth.Mobile phone', [], $locale) }} {{session('client.Email')}} ({{ __('auth.Edit', [], $locale) }})
{{ __('auth.You can', [], $locale) }} ({{ __('auth.Edit', [], $locale) }}) {{ __('auth.Your current password, it must be at least 6 characters long', [], $locale) }}.
@endsection @section('foot') @endsection