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

Books

@foreach($books as $book)

{{$book->name}}

{{$book->description}}


@endforeach
 

Recent Activity

@include('partials/activity-list', ['activity' => $activity])
@stop