@extends('base') @section('content')
@foreach($books as $book)

{{$book->name}}

{{$book->description}}

@endforeach
@stop