From 326c416edb5cf6dd6f8b9e2208c8382591960fed Mon Sep 17 00:00:00 2001 From: Ayman Atmeh Date: Fri, 4 Mar 2022 15:26:33 +0300 Subject: [PATCH] Update tile.blade.php updated Tile.blade.php with merge attribute ... now you can add classes to tiles from blade view --- resources/views/tile.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/tile.blade.php b/resources/views/tile.blade.php index dc3d6f4..1637691 100644 --- a/resources/views/tile.blade.php +++ b/resources/views/tile.blade.php @@ -1,6 +1,8 @@
merge([ + 'class'=>'overflow-hidden rounded relative bg-tile"' + ])}} {{ $refreshIntervalInSeconds ? "wire:poll.{$refreshIntervalInSeconds}s" : '' }} >