@extends('layouts.app') @section('content') @if(!empty($worker)&& $worker == 1) @endif
Kursplan

Hallo {{Auth::user()->name}}



@if(!empty($studios) && !empty($studios->first())) @else @endif


{!! $content !!}
@endsection