@extends('backend.layout') @section('content') @if (auth()->check()) @if (auth()->user()->hasRole('admin'))

Dashboard Notificatons

GiftCard Redeems

@if (auth()->check()) @if (auth()->user()->hasRole('admin')) @forelse($giftcard_redeems as $notification)

@if($loop->last) @endif
@empty There are no notifications @endforelse @endif @endif

More info

Point Credits

@if (auth()->check()) @if (auth()->user()->hasRole('admin')) @forelse($excel_points as $notification)

@if($loop->last) @endif
@empty There are no notifications @endforelse @endif @endif

More info
@endif @endif @if (auth()->check()) @if (auth()->user()->hasRole('admin')) @endif @endif @endsection