@extends('layouts.app') @section('title', 'Browse Exams') @section('page-title', 'Available Exams') @section('content')
{{ Str::limit($exam->description, 100) }}