Approved {{empty($sample->approved_date) ? "" : date_format(date_create($sample->approved_date), "d-M")}}
@if(!empty($sample?->colourway_id) && $colourwayId != $sample?->colourway_id)
({{Illuminate\Support\Str::title($sample?->colourway ?? "")}})
@endif
@if(Gate::check('style:update') && $add && !$season_locked)
@endif
@if($comments)
{{$sample->comment ?? ""}}
@endif