@extends('layouts.admin') @section('content')

My resource materials

More Books
@if ($user_books->total() == 0) @endif @foreach ($user_books as $book) @endforeach
Book ID Name Price Downloads Description ...
No resource material yet
{{$book->book['code']}} {{$book->book['name']}} @php echo$book->book['amount'] @endphp @if(!empty($book->book['file_url'])) {{$book->book['downloads']}} View book @endif {{$book->book['description']}} @if(!empty($book->book['exam_ids'])) {{-- Delete --}} {{$book->book['exams']}} Exams @endif
@endsection