@extends('layouts.dashboard') @section('title', app()->getLocale() == 'ar' ? 'الملف الشخصي' : 'Profile') @section('page-content')
{{ app()->getLocale() == 'ar' ? 'تاريخ التسجيل:' : 'Member Since:' }}
{{ $user->created_at->format('d M Y') }}
{{ app()->getLocale() == 'ar' ? 'آخر تحديث:' : 'Last Updated:' }}
{{ $user->updated_at->diffForHumans() }}