diff --git a/resources/views/components/partials/speakers.blade.php b/resources/views/components/partials/speakers.blade.php index aa81237c..6e4f8149 100644 --- a/resources/views/components/partials/speakers.blade.php +++ b/resources/views/components/partials/speakers.blade.php @@ -1,136 +1,133 @@ @props(["speakers" => []])
-
-
- Prelegenci -
-
- Lineup -
-
-
-
-
- @foreach($speakers as $speaker) -
- {{ $speaker->full_name }} -
- @endforeach -
-
-
-
+
+
Prelegenci -
- @foreach($speakers as $speaker) -
-
-
{{ $speaker->first_name }}
-
{{ $speaker->last_name }}
-
-
- @foreach($speaker->companies as $company) - - {{ $company['name'] }} - - @endforeach -
-
-

- {{ $speaker->description }} -

- @if ($speaker->slides) - -
- -

{{ $speaker->presentation }}

+
+
+ Lineup +
+
+
+ - @endforeach -
- - -
-
-
-
- @foreach($speakers as $speaker) -
-
- {{ $speaker->full_name }} + @foreach($speakers as $speaker) +
+
+
{{ $speaker->first_name }}
+
{{ $speaker->last_name }}
+
+
+ @foreach($speaker->companies as $company) + + {{ $company['name'] }} + + @endforeach +
+
+

{{ $speaker->description }}

+ + @if ($speaker->slides) + +
+ +

{{ $speaker->presentation }}

+
+
+ @endif + + @if ($speaker->video_url) + +
+ +

Obejrzyj na YouTube

+
+
+ @endif +
+
+ @endforeach + @if(count($speakers) > 1) +
+ + +
+ @endif +
-
-
-
{{ $speaker->first_name }}
-
{{ $speaker->last_name }}
-
-
- @foreach($speaker->companies as $company) - {{ $company['name'] }} - @endforeach -
-
-

- {{ $speaker->description }} -

-
- - @endforeach -
+
-