@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')] ]])