| slug | module_flag | @lang('crud.action') | ||
|---|---|---|---|---|
| {{ $prompt->slug }} | @php $categoryLabels = [ '1'=> 'Crypto News', '2'=> 'Crypto Sponsored', '3'=> 'Guest Post', '4'=> 'Press Release', '5'=> 'Prediction', '6'=> 'Crypto Blog', '7'=> 'Crypto Airdrop', '8'=> 'Crypto ICO', '9'=> 'Crypto Event', '10'=> 'Crypto Listing' ]; @endphp{{ $categoryLabels[$prompt->module_flag] ?? 'Unknown' }} | |||