@extends('student.layout.app') @section('content')
@foreach($books as $book) @endforeach
@endsection