@extends('layouts.default') @push('title', get_phrase('My Bootcamps')) @section('content')
@include('frontend.default.student.left_sidebar')

{{ get_phrase('My Bootcamps') }}

@if (count($my_bootcamps) > 0) @else @include('frontend.default.empty') @endif
@if (count($my_bootcamps) > 0)
@endif
@endsection