@foreach($datas as $data) Image Not Found {{ $data->name }} {{ PriceHelper::adminCurrencyPrice($data->discount_price) }}

@if($data->is_type == 'undefine') {{ __('Not Define') }} @else {{$data->is_type ? ucfirst(str_replace('_',' ',$data->is_type)) : __('undefine')}} @endif

{{ucfirst($data->item_type)}} @endforeach