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

Resources

Books

{{$pdfCount}} books

Video

{{$videoCount}} Videos

@endsection