@extends('panel.layouts.master') @section('content')
{{ $course->title }}
{{ $course->title }}
@if($lesson)

@if($lesson->cover) {{ $lesson->title }} @endif {{ $lesson->title }}


{{-- @if(file_exists(public_path() . $lesson->booklet))--}} {{-- --}} {{-- @endif--}} @if(file_exists(public_path() . $lesson->filled_booklet)) @endif {{-- @if(file_exists(public_path() . $lesson->homework))--}} {{-- --}} {{-- @endif--}}
@can('admin')

{{ $lesson->views }}

@endcan
@endif
@if($lessons) @foreach($lessons as $item)

{{ $item->title }}

@endforeach @endif
@endsection @section('script') @endsection