@extends('layouts.app') @section('title', 'Notifications - ' . config('app.name')) @section('header-left')

Notifications

@endsection @section('content')
@if ($notifications->hasPages())
{{ $notifications->links() }}
@endif
@endsection