@extends('admin.layouts.master') @section('css') @include('admin.helper.tablecss') @endsection @include('admin.helper.tittle', ['title' => 'إدارة الإحالات']) @section('content')
{{ $stats['total'] }}
إجمالي الإحالات
{{ $stats['vendor'] }}
إحالات البائعين
{{ $stats['user'] }}
إحالات المستخدمين
فلاتر البحث

قائمة الإحالات

# المُحيل المُحال النوع البائع تاريخ الإنشاء
@endsection @section('js') @include('admin.helper.tablescripts') @include('vue') @endsection