@extends('admin.admin_dashboard') @section('admin')
STUDY DETAILS

@csrf
@error('product_id') {{ $message }} @enderror

@error('section') {{ $message }} @enderror

@error('chapter_title') {{ $message }} @enderror

@error('key_summary') {{ $message }} @enderror

@error('cloud_code') {{ $message }} @enderror

@error('flip_code') {{ $message }} @enderror

@error('section_pdf') {{ $message }} @enderror


@php $pdfPath = trim((string) $study->section_pdf); $pdfFile = $pdfPath !== '' ? basename($pdfPath) : null; @endphp @if ($pdfFile)
@else

No PDF attached to this study.

@endif

@include('includes.cloud_alpha');


@if ($study->flip_code) @include('includes.flip_beta'); @else @endif


@endsection