wip
This commit is contained in:
3
resources/views/components/repeatable/strong.blade.php
Normal file
3
resources/views/components/repeatable/strong.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
@foreach($datas as $data)
|
||||
<strong>{{ $data }}{{ $loop->last ? '' : ',' }}</strong>
|
||||
@endforeach
|
||||
Reference in New Issue
Block a user