@extends('layouts.app', ['title' => __tr('User Profile')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Your Profile') . ' ' . auth()->user()->name, 'description' => '', 'class' => 'col-lg-7', ])

{{ __tr('Edit Profile') }}

{{ __tr('User Information') }}


{{-- MOBILE NUMBER --}}
{{ __tr('Mobile number should be with country code without 0 or +') }}
{{-- /MOBILE NUMBER --}}
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection