<?php
//Filament custom page class
class ProductPresentationView extends Page
{
protected static string $resource = ProductResource::class;
protected static string $view = 'filament.resources.product-resource.pages.product-presentation-view';
protected static ?string $breadcrumb = 'Product Presentation View';
protected ?string $heading = 'Product Presentation View';
protected static ?string $navigationIcon = 'heroicon-o-clipboard-document-check';
}?>
<?php
//Filament custom page class
class ProductPresentationView extends Page
{
protected static string $resource = ProductResource::class;
protected static string $view = 'filament.resources.product-resource.pages.product-presentation-view';
protected static ?string $breadcrumb = 'Product Presentation View';
protected ?string $heading = 'Product Presentation View';
protected static ?string $navigationIcon = 'heroicon-o-clipboard-document-check';
}?>