@extends('user.layout') @section('pagename') - {{__('Course Lessons')}} @endsection @section('content') {{-- hero area start --}} {{-- hero area end --}} {{-- course lessons area start --}}
@foreach ($modules as $module)
@endforeach
{{-- course lessons area end --}} @endsection @section('scripts') @endsection