logo logo
{{--
--}}
  • @if(isset($companyInfo)) {{$companyInfo->company_name??""}} @endif
  • Notifications
    {{-- Mark All Read --}}
    {{--

    You have 4 unread Notifications

    --}}
    @forelse($header_notifications as $notification)
    {{ $notification->title }}
    {{ $notification->created_at->diffForHumans() }}
    @empty
    No Notifications
    You have no new notifications
    @endforelse
    View all
  • @if(isset($profile)) {{$profile->first_name??""}} {{$profile->last_name??""}} @endif
    {{-- Premium Member --}}
    Profile Logout
    @csrf
  • {{--
  • --}}