@if (Session::has('message')) @endif
Story
Background Image
Background Music
Timer Seconds
Level
Price
@forelse ($stories as $story)
@foreach ($story->stories as $allStory) {{ $allStory->story ?? '' }} @endforeach
@foreach ($story->stories as $allStory)
@if (!empty($allStory->background_image)) Image @endif
@endforeach
@if (!empty($story->background_music)) @endif
@foreach ($story->stories as $allStory) @if (!empty($allStory->timer))
{{ $allStory->timer / 1000 }}

@endif @endforeach
{{ $story->level ?? '' }}
${{ $story->price ?? '' }}
ACTIONS
@empty @endforelse