@extends('layouts.vertical') @section('css') @endsection @php $selectedRoom = $selectedChild = ""; if(app('request')->input('room')){ $selectedRoom = app('request')->input('room'); } if(app('request')->input('child')){ $selectedChild = app('request')->input('child'); } if(isset($story->room) && !empty($story->room)){ $selectedRoom = $story->room; } if(isset($story->childs) && !empty($story->childs)){ $selectedChild = collect($story->childs)->pluck('_id')->all(); } $keywordsGoals = []; @endphp @section('breadcrumb')