@extends('base') @section('content')

Books

@foreach($books as $book)

{{$book->name}}

{{$book->description}}


@endforeach
@stop