@extends('admin.layouts.master') @section('title') الرئيسية @endsection @section('content')

{{$owners_count}}

العملاء

{{$engineers_count}}

المهندسين

{{$accountants_count}}

المحاسبين

{{$contracts_count}}

القسائم

{{$reports_count}}

التقارير

{{$contacts_count}}

الشكاوى والمقترحات

{{$services_count}}

الخدمات

{{$projects_count}}

المشاريع

سجل النشاطات

@php \Jenssegers\Date\Date::setLocale('ar'); @endphp
    @foreach(\App\Notification::where('user_id',\Auth::id())->orderBy('id','desc')->limit(5)->get() as $notification)
  • {{getNotificationName($notification->type)}}

    {{unserialize($notification->body)['text']}}
    {{\Jenssegers\Date\Date::create($notification->created_at->toDateTimeString())->diffForHumans()}}
  • @endforeach
@endsection