@extends($activeTemplate . 'layouts.master') @section('content')
@if (!blank($notifications))
@endif
@forelse($notifications as $notification) @empty
@include("Template::partials.empty")
@endforelse @if ($notifications->hasPages()) @php echo paginateLinks($notifications) @endphp @endif
@endsection