install
This commit is contained in:
18
resources/views/vendor/filament-tables/components/columns/layout.blade.php
vendored
Normal file
18
resources/views/vendor/filament-tables/components/columns/layout.blade.php
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{{-- @deprecated Copy the code from this view directly into your own view to improve performance. --}}
|
||||
|
||||
@props([
|
||||
'components',
|
||||
'record',
|
||||
'recordKey' => null,
|
||||
'rowLoop' => null,
|
||||
])
|
||||
|
||||
@foreach ($components as $layoutComponent)
|
||||
{{
|
||||
$layoutComponent
|
||||
->record($record)
|
||||
->recordKey($recordKey)
|
||||
->rowLoop($rowLoop)
|
||||
->renderInLayout()
|
||||
}}
|
||||
@endforeach
|
||||
Reference in New Issue
Block a user