Tables\Columns\TextColumn::make('inventory_location_list.inventory_location.room_name')
->searchable()
->badge()
->limitList(3)
->expandableLimitedList()
->url(function ($record): string {
// dd($state);
return InventoryLocationResource::getUrl('edit', ['record' => $record]);
})
->label('At Room'),
Tables\Columns\TextColumn::make('inventory_location_list.inventory_location.room_name')
->searchable()
->badge()
->limitList(3)
->expandableLimitedList()
->url(function ($record): string {
// dd($state);
return InventoryLocationResource::getUrl('edit', ['record' => $record]);
})
->label('At Room'),