@extends('dashboard/master/master') @section('title', 'الرئيسية') @section('page-style') @endsection @section('content')
card-img-left card-img-right

مرحبا {{auth()->user()->name}}

Your IP Address {{request()->ip()}}

{{--

تاريخ أخر زيارة لك {{Date::parse(auth()->user()->created_at)->format('h:m / Y-m-d')}}

--}}
{{--

List Group

--}} {{--

Some quick example text to build on the card title and make up the bulk of the card's content.

--}}
    {{--
  • {{\App\Models\Customer::count()}} المستخدمين
  • --}}
  • {{\App\Models\User::count()}} المديرين
  • {{Modules\About\Entities\Files::count()}} المفات
  • {{\Modules\Contact\Entities\Subject::count()}} إتصل بنا
  • {{\Modules\Jobs\Entities\Job::count()}} الوظائف
  • {{\App\Models\Role::count()}} الصلاحيات
  • {{\Modules\Media\Entities\News::count()}} الأخبار
{{-- --}}
{{-- --}}

{{\Modules\About\Entities\Team::count()}}

فريقنا

{{-- --}}

{{\Modules\About\Entities\OurJourney::count()}}

رحلاتنا

{{-- --}}

{{\Modules\Media\Entities\Gallary::count()}}

الفاعليات

@endsection @section('vendor-script') @endsection @section('page-script') @endsection