. */ $format = (isset(session('dashboard')['format'])) ? session('dashboard')['format'] : 'A4'; $orientation = (isset(session('dashboard')['orientation'])) ? session('dashboard')['orientation'] : 'L'; return [ 'format' => $format, 'orientation' => $orientation, ];