@include("shared.header")
@include("shared.navbar")Author: {{ $c->author->name }} {{ $c->author->surname }}
@endifauthor_id==null) class="mt-4" @endif>Created: {{ $c->created }}
@if ($c->author_id!=null)Contact: {{ $c->author->email }}
@endif @auth @if (($c->author_id == Auth::user()->id || Auth::user()->role_id == 1) && $c->visible==1) @endif @endauthLanguage: {{ $c->language }}
Difficulty: {{ $c->difficulty->level }}
Form: {{ $c->form->name }}
Headquarter: {{ $c->headquarter }}
Scheduled start: {{ $c->scheduled_start }}
Hours: {{ $c->hours }} of 45 minutes
Required:
{{ $c->difficulty->required }}
Nice to have:
{{ $c->difficulty->nice_to_have }}
Name | Surname | Email contact | Date of enrollment | Payment |
---|---|---|---|---|
{{ $e["name"] }} | {{ $e["surname"] }} | {{ $e["email"] }} | {{ $e["enrolled_date"] }} | {{ $e["payment"] }} |