@extends('frontend.app') @section('content') @php use App\Models\Information; $information = Information::first(); $brandGradient = $information->gradient_code ?? 'linear-gradient(90deg,#0d6efd,#00276C)'; $brandText = $information->primary_color ?? '#ffffff'; $primary = $information->primary_color2 ?? '#00276C'; $primary2 = $information->primary_color3 ?? '#033199'; @endphp
@php $fullName = trim((auth()->user()->first_name ?? '').' '.(auth()->user()->last_name ?? '')); $short = strtoupper(mb_substr(auth()->user()->first_name ?? 'U', 0, 1)); @endphp
Hello {{ $fullName }}

Update your personal details & change password securely.

{{ $short }}
{{ $fullName }}
Account Details

Account Details

Keep your profile updated for faster checkout experience.

@endsection