@extends(getTemplate() .'.panel.layouts.panel_layout')
@push('styles_top')
@endpush
@section('content')
@if(!empty($upcomingCourse) and $upcomingCourse->creator_id == $authUser->id)
{{ trans('public.delete') }}
@endif
@endsection
@push('scripts_bottom')
@endpush