diff --git a/resources/views/common/reports/index.blade.php b/resources/views/common/reports/index.blade.php index 0ed4a7f8c..4238c86f6 100644 --- a/resources/views/common/reports/index.blade.php +++ b/resources/views/common/reports/index.blade.php @@ -36,10 +36,10 @@
- + {{ $icons[$report->id] }} - +

@@ -58,7 +58,7 @@ @canany(['create-common-reports', 'update-common-reports', 'delete-common-reports']) - more_vert + more_vert @can('update-common-reports') diff --git a/resources/views/livewire/report/pin.blade.php b/resources/views/livewire/report/pin.blade.php index 57f441fc8..c0cf3651e 100644 --- a/resources/views/livewire/report/pin.blade.php +++ b/resources/views/livewire/report/pin.blade.php @@ -2,7 +2,7 @@ ($pinned) ? false : true, 'material-icons' => (! $pinned) ? false : true, ]) diff --git a/resources/views/livewire/report/pins.blade.php b/resources/views/livewire/report/pins.blade.php index 634a7a909..147dde580 100644 --- a/resources/views/livewire/report/pins.blade.php +++ b/resources/views/livewire/report/pins.blade.php @@ -6,7 +6,7 @@ 'border-r border-gray-300' => ($loop->count == 6 && $loop->last) ? false : true, ]) > - {{ $icons[$report->id] }} + {{ $icons[$report->id] }}
{{ $report->name }}