@extends('layout.layout') @section('content')
Nume-> {{ $chapter->chapter_name }}
Fila atasata-> {{substr($chapter->chapter_file,16)}}
Testul capitolului-> {{ $chapter->test_name }}
Cate intrebari corecte are testul-> {{ $chapter->test_min_questions }}
Cate intrebari se afiseaza din test-> {{ $chapter->test_questions }}
Descrierea capitolului-> {!! $chapter->chapter_description !!}