@extends('layouts.app') @section('title', "User Profile - {$user->name}") @section('content')
{{ $user->email }}
@if($user->bio){{ $user->bio }}
@endif {{-- زر للرجوع لصفحة كل اليوزرز --}} ← Back to Users {{-- زر Ban User (لسه هنوصلّه بعدين) --}} {{-- --}}{{ $post->created_at->diffForHumans() }}
{{ \Illuminate\Support\Str::limit($post->content, 200) }}
{{-- الأدمن يقدر يحذف البوست من هنا برضه --}}This user has no posts.
@endforelse