@extends('master.back') @section('styles') @endsection @section('content')

{{ __('Highlight Product') }}

{{ __('Back') }}
@csrf @method('POST') @include('alerts.alerts') {{--
@for($i = 0; $i < count(explode(',',$item->is_type)); $i++) @endfor
--}} {{-- @foreach(json_decode($item->is_type) as $val) {{$val}} @endforeach --}}
@if($item->is_type) @foreach(json_decode($item->is_type) as $val) @if($val == 'new') {{__('ใหม่')}}
@php $new = $new+1; @endphp @endif @if($val == 'feature') {{__('แนะนำ')}}
@php $feature = $feature+1; @endphp @endif @if($val == 'top') {{__('ขายดี')}}
@php $top = $top+1; @endphp @endif @if($val == 'best') {{__('HOT')}}
@php $best = $best+1; @endphp @endif @if($val == 'flash_deal') {{__('Flash Deal Product')}}
@php $flash_deal_ = $flash_deal_+1; @endphp @endif @endforeach @endif @if($new == '0') {{__('ใหม่')}}
@endif @if($feature == '0') {{__('แนะนำ')}}
@endif @if($top == '0') {{__('ขายดี')}}
@endif @if($best == '0') {{__('HOT')}}
@endif @if($flash_deal_ == '0') {{__('Flash Deal Product')}}
@endif
@endsection