@extends('mentor.layouts.master') @section('title', 'Videos - Resources - Mentor') @section('pagetitle', 'Videos - 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.videos'), 'title' => __('Videos')] ]])
@include('layouts.partials.messages')

{{ __("Videos") }}

{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@forelse($videos as $video) @empty @endforelse
@endsection @section('scripts') {!! JsValidator::formRequest('Guildroom\Http\Requests\Mentor\AddNewVideoResource', '#resource-form') !!} @stop