@extends('user.user_dashboard') @section('home')
Chapter Study
Enhanced Study / Chapter Study
{{ $study->chapter_title }}
{{-- AUDIO + READER SWITCH --}}
{{-- BASIC READER (DEFAULT) --}}
@if ($study->cloud_code)
@include('includes.cloud_beta', [ 'viewerId' => 'viewer' . $study->id, 'cloudCode' => $study->cloud_code, ]) @else

No content available.

@endif
{{-- FLIP READER --}}

@endsection