@extends("layouts.dashboard") @section("title", "Users - Dashboard | TechnoBlog") @section("dashboard_content")
User | Posts | Technoblog E-mail | Registration Date | Status | Actions | |
---|---|---|---|---|---|---|
{{ $user->name .' '. $user->surname }}
{{ ucfirst($user->role->name) }}
{{ $user->email }} {{ $user->mobile_number }} |
{{ $user->getPostsCount($user->id) }} | {{ $user->userProfile->technoblog_email }} | {{ date('d.m.Y', strtotime($user->created_at)) }} | @if($user->is_confirmed) @if ($user->is_active) Active @else Blocked @endif @else New user @endif | @if ($user->is_confirmed) @else $user->id]) }}" data-method="delete"> Delete @endif |