@extends('admin.layouts.app') @section('panel')
@if ($notifications->hasPages())
{{ paginateLinks($notifications) }}
@endif
@endsection @push('breadcrumb-plugins')
@if ($hasUnread) @lang('Mark All as Read') @endif @if ($hasNotification) @endif
@endpush @push('style') @endpush