@if (count($notifications) > 0) @foreach ($notifications as $key => $notification) @if($notification->id == '1') @else @endif @endforeach @else @endif
S.No Notification Action
{{ $key+ 1 }}{{ $notification->name }} {{ $notification->name }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $notification->id }}" wire:click="updateStatus($event.target.checked,'{{ $notification->id }}')">

No Record Found