@extends('layouts.panel') @section('page-title', 'پروفایل من') @section('main')
{{ $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