@extends('backend.app') @section('title') لوحة التحكم @stop @section('content')
المندوبين
@if(count($users)) @foreach($users as $key => $user) @endforeach @else @endif
{{$user->name}} عرض
لا توجد نتائج مطابقة
العملاء
@if(count($clients)) @foreach($clients as $key => $client) @endforeach @else @endif
{{$client->name}} عرض
لا توجد نتائج مطابقة
المنتجات
@if(count($products)) @foreach($products as $key => $product) @endforeach @else @endif
{{$product->name}} عرض
لا توجد نتائج مطابقة
@stop