@extends('layout.front')
@section('title', 'Krojač Biznis | Moji kursevi')
@section('content')
@include('front-inc._header-account')
Lekcija nije pronađena
Ne postoji lekcija koja sadrži: "{{ request()->get('keyword', 'pretraga') }}"
@include('front-inc._footer')
@include('front.user.mycourses.left-side-filters')
@if ($lastWatchedCourse && $lastWatchedCourse->is_completed == 1)
@include('front.user.mycourses._offcanvas-oceni-kurs', ['enrollment' => $lastWatchedCourse])
@endif
@endsection
@section('add-scripts')
@if ($lastWatchedCourse && $lastWatchedCourse->is_completed == 1)
@endif
@endsection