@extends('layouts.admin') @section('content')
البريد الإلكتروني | {{auth()->user()->email}} |
الهاتف | @if(auth()->user()->phone==null) لا يوجد @else {{auth()->user()->phone}} @endif |
نوع الحساب | {{auth()->user()->power}} |
فعال | @if(!auth()->user()->blocked) @else @endif |
نبذة | {{auth()->user()->bio}} |
تحكم | تعديل |