I use template blades. Here is a piece of code:
@extends('layouts.org') @section('name', $book->name) in layoute writing
<input type="text" value="@yield('name')"> If in the title of the book there is a quotation mark, then the structure of HTML collapses. It would be possible to replace the attribute quotes with an apostrophe, but the text can also contain an apostrophe.
What are the means to avoid such situations?