@extends('layouts.dashboard') @section('content') @include('partials.notifications-center', [ 'rows' => $rows ?? [], 'pager' => $pager ?? paginate(0, 20), 'unread' => $unread ?? 0, 'filter' => $filter ?? 'all', 'prefs' => $prefs ?? notification_prefs_defaults(), 'base' => $base ?? '/driver/notifications', 'role' => $role ?? '', ]) @endsection