@extends('layouts.main-layout') @section('header', true) @section('footer', true) @section('content') @yield('before_content')
@yield('book-content')
@yield('after_content') @if($__env->hasSection('useful-information-content'))

Useful information

@yield('useful-information-content')
@endif @endsection