*/ public function toArray(Request $request): array { return [ 'headerBar' => $this['headerBar'], 'summaryInfos' => $this['summaryInfos'], 'pendingSchedules' => $this['pendingSchedules'], 'nextSchedules' => $this['nextSchedules'], 'lastDoneSchedules' => $this['lastDoneSchedules'], 'favoriteProviders' => $this['favoriteProviders'], 'providersClose' => $this['providersClose'], 'schedulesProposals' => $this['schedulesProposals'], 'todaySchedules' => $this['todaySchedules'], ]; } }