@extends('frontend.layouts.app') @section('content')
@php $courses = App\CPU\CourseManager::withoutTrash()->get(); @endphp @foreach ($courses as $course) @endforeach
@endsection