@extends('backend.layouts.app') @section('content')

My Books

@foreach($books as $book)
@endforeach
@endsection