@extends('layouts.main') @section('title', 'User Profile') @section('content')
{{-- --}}
Name:
{{ $user->name }}
Gender:
Male
Email:
Phone Number:
{{ $user->phone ?? 'N/A' }}
| Product | Status | Users | Progress | Preview | Due Date | Actions |
|---|---|---|---|---|---|---|
| {{ $project->name }} | {{ $project->status }} |
|
|
Website | {{ \Carbon\Carbon::parse($project->end_date)->format('Y-m-d') }} | |
| No projects found for this user. | ||||||