diff --git a/resources/views/common/reports/index.blade.php b/resources/views/common/reports/index.blade.php index 4eedcfa53..8d71b142f 100644 --- a/resources/views/common/reports/index.blade.php +++ b/resources/views/common/reports/index.blade.php @@ -43,12 +43,12 @@

- {{ $report->name }} + {!! $report->name !!}

- {{ $report->description }} + {!! $report->description !!}
diff --git a/resources/views/components/form/group/toggle.blade.php b/resources/views/components/form/group/toggle.blade.php index cc7ec1493..6fc6cc63d 100644 --- a/resources/views/components/form/group/toggle.blade.php +++ b/resources/views/components/form/group/toggle.blade.php @@ -7,7 +7,7 @@ v-if="{{ $attributes['show'] }}" @endif > - merge($custom_attributes) }}>{!! $label !!} + {!! $label !!}
@if (empty($attributes['disabled'])) diff --git a/resources/views/livewire/report/pins.blade.php b/resources/views/livewire/report/pins.blade.php index 55d9941d3..38ccf1ee8 100644 --- a/resources/views/livewire/report/pins.blade.php +++ b/resources/views/livewire/report/pins.blade.php @@ -1,10 +1,6 @@
@foreach ($reports as $report) - ($loop->count == 6 && $loop->last) ? false : true, - ]) + @@ -13,7 +9,7 @@
- {{ $report->name }} + {!! $report->name !!}