@extends('layouts.master') @section('title') @lang('translation.edit_profile') @endsection @section('css') @endsection @section('content') @php if (Auth::user()->first_name || Auth::user()->last_name) { $full_name = Auth::user()->first_name.' '.Auth::user()->last_name; }else{ $full_name = 'N/A'; } @endphp
@include('partials.session') @php $user = Auth::user(); @endphp @if ($user->first_name == null || $user->last_name == null || $user->username == null) @endif
{{--
--}} @if(Auth::user()->profile_picture && file_exists(public_path('ProfilePicture/' . Auth::user()->profile_picture))) @else @endif
{{ $full_name }}

{{ Auth::user()->username ?? 'N/A'}}

@if(!$isGuest)
@csrf
@if(!$alertUser)
@endif
@if(!$alertUser)
@error('phone_no') {{ $message }} @enderror
@endif
Cancel
@endif
@csrf
Cancel
@csrf

Updating your profile picture will remove the current customized avatar as dp, if set.

Cancel
@csrf
@if(!$isGuest)
is_marketing_mail_unable ? 'checked' : '' }}>
message_email_notification ? 'checked' : '' }}>
@endif
sms_opt_in_out ? 'checked' : '' }}>
Cancel
@if(!$isGuest)
@csrf
Background Image
Cancel
@endif
@endsection @section('script') @endsection