π
{{ $panelTest->title }}
{{ $panelTest->product->name }}
{{ $panelTest->test_date->format('d M Y') }}
@if($panelTest->location)
{{ $panelTest->location }}
@endif
{{ $panelTest->type === 'internal' ? 'π’ Panel Test Internal' : 'π Panel Test Publik' }}