@extends("_master") @section("title") List all the books @stop @section("content")

List all books

Hello {{ $name }}

You searched for: {{{ $query }}}

@foreach($books as $title => $book)

{{ $title }}

@endforeach @stop