Skip to content

Instantly share code, notes, and snippets.

@AAbosham
AAbosham / FilamentCardTableLayout.php
Last active March 15, 2024 03:06
Filament Card Table Layout
<?php
namespace App\Filament\Resources\Trip;
//...
class PlaceResource extends Resource
{
public static function table(Table $table): Table
{
return $table