@extends('dashboard.layouts.app') @section('content')
User avatar
{{-- --}} تعديل {{-- --}}
{{--
23.3k
Monthly Sales
--}}
{{$row->Item()->count()}}
المعاملات
@php $last_i = $row->Item()->latest()->first(); @endphp @if ($last_i)
اخر معاملة
{{\Carbon\Carbon::parse($last_i->creted_at)->format('Y-m-d')}}
{{__('translation.'.$last_i->type)}}
  • {{$last_i->Assignment()->count()}} الاحالات
  • {{$last_i->Files()->count()}} الملفات {{-- 10 GB storage --}}
  • {{$last_i->GuideLine()->count()}} التوجيهات {{-- Basic Support --}}
عرض
@endif

اخر الانشطة

    @foreach (\App\Models\Log::whereIn('item_id', $row->Item()->pluck('id')->toArray())->get() as $item)
  • {{$item->content}}
    {{\Carbon\Carbon::parse($item->created_at)->diffForHumans()}}

    Invoices have been paid to the company.

    invoice
    {{$item->User->name ?? ''}}
  • @endforeach
{{--

Permissions

Permission according to roles

Module Read Write Create Delete
Admin
Staff
Author
Contributor
User
--}}
{{--
# Client Total Issued Date Balance Invoice Status Actions
--}}
@endsection @section('modal') @endsection