@php $modules = DB::table('bootcamp_modules')->where('bootcamp_id', $id)->orderBy('sort')->get(); @endphp