@extends('layouts.app') @section('content')
Einsatze




@if(!empty($course))
{!! $course !!}

@endif
{!! $table !!}
@endsection