@extends('layouts.app') @section('title', 'Account') @section('content')

User Account

User avatar

1.23k

Tasks Done

568

Projects Done

Details

  • Username: {{$user->email}}
  • Email: {{$user->email}}
  • Status: Active
  • Role: {{ $user->roles->pluck('name','name')->first()}}
  • Contact: {{$user->phone}}
  • Country: {{$user->country}}
Edit {{-- Suspended --}}
{{--
Standard
$

99

/month
  • 10 Users
  • Up to 10 GB storage
  • Basic Support
Days 65% Completed
4 days remaining
--}}
User's Projects List
Project Total Task Progress Hours
User Activity Timeline
    @isset($activities) @foreach($activities as $activity) @php if($activity->activity_type == 1){ $class = 'success'; $icon = 'phone'; }elseif($activity->activity_type == 2){ $class = 'danger'; $icon = 'heart-handshake'; }elseif($activity->activity_type == 3){ $class = 'info'; $icon = 'message'; }elseif($activity->activity_type == 4){ $class = 'warning'; $icon = 'send'; }else{ $class = 'info'; $icon = 'send'; } @endphp @if($activity->ref_type == IConstants::REFRENCE_TYPE_TICKET )
  • @can('ticket_edit') {{ Common::ReferenceType($activity->ref_type, $activity->ref_id)}}
    @endcan {{ Common::ActivityType($activity->activity_type)}}
    {{$activity->created_at->diffForHumans()}}

    {{$activity->comment}}

    @isset($activity->followup_date)Follow Up: {{date('d-m-Y h:ia',strtotime($activity->followup_date))}}@endisset
     {{$activity->user->name}}
  • @endif @endforeach @endisset {{--
  • Client Meeting
    45 min ago

    Project meeting with john @10:15am

    Avatar
    Lester McCarthy (Client)
    CEO of {{ config('variables.creatorName') }}
  • Create a new project for client
    2 Day Ago

    5 team members in a project

    Avatar
    Avatar
    Avatar
    Avatar
    Avatar
  • Design Review
    5 days Ago

    Weekly review of freshly prepared design for our new app.

  • --}}
ID Total Issued Date Actions
@endsection