@extends('layouts.master') @section('title', 'Books - Resources - Mentor') @section('pagetitle', 'Books - Resources - Mentor') @section('content') @include('layouts.partials.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('mentor.resources'), 'title' => __('Resources')], ['url' => route('mentor.resources.books'), 'title' => __('Book')] ]])
@include('layouts.partials.messages')

{{ __("Books") }}

{{--
--}} {{-- @foreach($books as $book)--}} {{--
--}} {{-- url)}}"--}} {{-- target="_blank">--}} {{-- details['pdf_image'])}}" alt=""/>--}} {{-- --}} {{--
--}} {{--

{{$book->name}}

--}} {{-- --}} {{--
--}} {{--

{{$book->description}}

--}} {{--
--}} {{-- @endforeach--}} {{-- --}} {{--
--}}
@foreach($books as $book)
url) }}" target="_blank"> details['pdf_image']) }}" alt=""/>

{{ \Illuminate\Support\Str::limit($book->description, 50) }}

@endforeach
@endsection @section('scripts')