@extends('app') @section('title', $chapter->name ? $chapter->name : ucfirst(__('chapter'))) @section('head') @endsection @section('content')
{!! isset($sections[0]) ? $sections[0]->description :ucfirst(__('description')) !!}