{{ __("Books") }}
@foreach($books as $book)
@endforeach
@extends('mentor.layouts.master') @section('title', 'Books - Resources - Mentor') @section('pagetitle', 'Books - Resources - Mentor') @section('content') @include('layouts.partials.breadcrumbs', ['breadcrumbs' => [ ['url' => route('mentor.dashboard'), 'title' => __('Home')], ['url' => route('mentor.resources'), 'title' => __('Resources')], ['url' => route('mentor.resources.books'), 'title' => __('Book')] ]])