@extends('layouts.app') @section('content')

{{ trans('lang.user_profile') }}

@if (Session::has('message'))

{{ Session::get('message') }}

@endif
@csrf
Profile Details
{{ trans('lang.user_name_help') }}
{{ trans('lang.old_password_help') }}
{{ trans('lang.user_password_help') }}
{{ trans('lang.confirm_password_help') }}
{{ trans('lang.user_email_help') }}
@if ($user->id != 1)
@endif
{{ trans('lang.user_profile_image_help') }}
@if ($user->getMedia('user_image')->count()) {{-- --}} @foreach ($user->getMedia('user_image') as $media) {{-- --}} @endforeach
{{ trans('lang.image') }}{{ trans('lang.actions') }}
user_image
@endif
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection