@extends('layouts.panel') @section('page-title', 'پروفایل من') @section('main')

پروفایل من

ویرایش پروفایل
{{ mb_substr($customer->first_name, 0, 1) }}

{{ $customer->full_name }}

{{ $customer->mobile }}

{{ $customer->first_name }}

{{ $customer->last_name }}

{{ $customer->mobile }}

{{ $customer->email ?? '-' }}

{{ $customer->national_code ?? '-' }}

{{ $customer->business_name ?? '-' }}

@if($customer->birth_date) {{ \Morilog\Jalali\Jalalian::fromDateTime($customer->birth_date)->format('Y/m/d') }} @else - @endif

{{ $customer->postal_code ?? '-' }}

{{ $customer->address ?? '-' }}

اطلاعات حساب کاربری

تاریخ عضویت

{{ \Morilog\Jalali\Jalalian::fromDateTime($user->created_at)->format('Y/m/d') }}

آخرین ورود

@if($user->last_login_at) {{ \Morilog\Jalali\Jalalian::fromDateTime($user->last_login_at)->format('Y/m/d H:i') }} @else - @endif

وضعیت حساب

@if($user->is_active) فعال @else غیرفعال @endif

@endsection