@foreach($header_tips as $tip)
-
{{$tip->title}}
-
@endforeach
@if(\Auth::check())
محادثاتى
( {{\App\Models\Room::where('sender_id',\Auth::user()->id)->orWhere('receiver_id',\Auth::user()->id)->count()}} )
@if(\Auth::user()->type == 'company') @if(\Auth::user()->company_details->vip == 'true')
انت عضو مميز
@else
العضويه المميزه
@endif @endif
@else
@endif
@if(\auth()->check()) @if( \Auth::user()->type == 'worker')
@if(\App\Models\Notification::whereUserId(\Auth::user()->id)->whereSeen('false')->count() > 0)
@else
@endif
@elseif( \Auth::user()->type == 'company' )
@if(\App\Models\Notification::whereUserId(\Auth::user()->id)->whereSeen('false')->count() > 0)
@else
@endif
@endif @if( \Auth::user()->type == 'worker')
@else
@endif @endif @if(!\Auth::check())
@endif
{{--
الرئيسية
--}}
type == 'worker') href="{{route('worker_home')}}" @elseif(\Auth::check() && \Auth::user()->type == 'company') href="{{route('home_company')}}" @else href="{{route('index')}}" @endif class="main-link">الرئيسية
من نحن
@if(\Auth::check()) @if(\Auth::user()->type == 'company')
الباحثين عن العمل
@else
أصحاب العمل
@endif @else
أصحاب العمل
الباحثين عن العمل
@endif
قصص نجاح
أنظمة وقوانين
الأسئلة المتكرره
الأقسام ومجالات التعليم
@if(\Auth::check()) @if(\Auth::user()->type == 'worker')
{{\Auth::user()->fullname}}
ملفى الشخصى
الوظائف المحفوظه
الوظائف المرغوبة
الرسائل الواردة
طلبات مقابلات العمل
الاشعارات والتقييمات
تسجيل الخروج
@elseif(\Auth::user()->type == 'company') {{-- MODY --}}
{{\Auth::user()->company_details->company_name}}
ملفى الشخصى
قائمة الموظفين المحفوظه
قائمة السير الذاتية للشركة
قائمة الطلبات الوارده
الرسائل المرسله
الاشعارات والتقييمات
تسجيل الخروج
@endif @else
الدخول لحساب
الدخول كباحث عن عمل
- أو -
الدخول كصاحب عمل
@endif
@include('sweetalert::alert')