@extends('admin.index') @section('page_title') {{trans('لوحة التحكم')}} @endsection @section('content')

لوحة التحكم

Welcome Back {{auth()->user()->name}}.

@if(auth()->user()->role_id ==1)

{{$clients}}

العملاء

{{trans('users.show')}}
@endif @if(auth()->user()->role_id ==1)

{{$orders}}

الحجز

استعرض الحجز
@endif
@if($ordersfives->count()>0) @foreach($ordersfives as $page) @endforeach @else @endif
اخر 10 مشتريات
{{ trans('booking.id')}} {{ trans('booking.user_id')}} {{ trans('booking.phone')}} {{ trans('booking.whole_price')}} تاريخ
{{$page->id}} {{@$page->users->name}} {{@$page->users->mobile}} {{@$page->whole_price}} {{$page->created_at}}
{{trans('الجدول خالي')}}

@if($productsfives->count()>0) @foreach($productsfives as $item) @endforeach @else @endif
اخر 5 منتجات
ID اسم المنتج {{trans('products.register')}} الحالة تعديل
عرض {{$item->item_name}} @if($item->count() > 0) id]) }}">استعراض الحجوزات ({{ (int)$item->count()}}) @else لا يوجد @endif @if($item->status == 1) {{trans('products.yes')}} @else {{trans('products.no')}} @endif
{{trans('الجدول خالي')}}

@endsection