MedExchange Logo
  • من نحن
  • {{-- @if(!Auth::check() || Gate::allows('pharmacy-only'))
  • استبدال الأدوية
    أدوية منتهية الصلاحية خدمة Washout
  • @endif @if(!Auth::check() || Gate::allows('pharmacy-only') || Gate::allows('merchant-only'))
  • بيع بالجملة
  • @endif --}} @if(!Auth::check() || Gate::allows('file-owner-only'))
  • الملفات الدوائية
  • @endif @if(!Auth::check() || Gate::allows('customer-only'))
  • الاستشارات
  • @endif @if(!Auth::check() || (!Gate::allows('customer-only') && !Gate::allows('doctor-only')))
  • وظائف
  • @endif
  • اتصل بنا
@guest دخول تسجيل جديد @else
مرحباً، {{ Auth::user()->name }}
{{-- @can('pharmacy-only') طلباتي الجماعية @php $orderList = session('order_request_list', []); $count = array_reduce($orderList, function($carry, $item) { return $carry + $item['quantity']; }, 0); @endphp {{ $count }} إدارة إعلانات الوظائف @endcan @can('merchant-only') لوحة التحكم (المورد) @endcan --}} @can('pharmacy-only') إدارة إعلانات الوظائف @endcan @can('doctor-only') لوحة تحكم الطبيب تعديل بياناتي @endcan @can('file-owner-only') إدارة ملفاتي الدوائية إدارة إعلانات الوظائف @endcan
@csrf
@endguest
MedExchange Logo
MedExchange Logo
@if(!Auth::check() || Gate::allows('pharmacy-only') || Gate::allows('merchant-only') || Gate::allows('file-owner-only')) من نحن اتصل بنا @endif @if(!Auth::check() || Gate::allows('file-owner-only')) الملفات الدوائية @endif {{-- @if(!Auth::check() || Gate::allows('pharmacy-only') || Gate::allows('merchant-only')) البيع بالجملة @endif --}} @if(!Auth::check() || Gate::allows('customer-only')) الاستشارات @endif @if(!Auth::check() || (!Gate::allows('customer-only') && !Gate::allows('doctor-only'))) إعلانات الوظائف @endif
@guest تسجيل الدخول حساب جديد @else حسابي: {{ Auth::user()->name }} لوحة تحكم الطبيب {{-- @can('pharmacy-only') @php $orderList = session('order_request_list', []); $count = array_reduce($orderList, function($carry, $item) { return $carry + $item['quantity']; }, 0); @endphp طلباتي الجماعية {{ $count }} @endcan @can('merchant-only') لوحة تحكم المورد @endcan --}} @can('file-owner-only') إدارة ملفاتي @endcan
@csrf
@endguest
الرئيسية {{-- @if(!Auth::check() || Gate::allows('pharmacy-only') || Gate::allows('merchant-only')) الجملة @endif @if(!Auth::check() || Gate::allows('pharmacy-only'))
@endif --}} @if(!Auth::check() || Gate::allows('customer-only')) الاستشارات @endif {{ Auth::check() ? 'حسابي' : 'دخول' }}