@if(!empty($category))

Category

    @foreach($category as $cat) @if(!empty($cat->name))
  • {{ $cat->name }}
  • @endif @endforeach
@endif {{--

Price

  • MRP
--}} @if(!empty($color_arr))

Colors

    @foreach($color_arr as $key => $color) @if(!empty($color))
  • {{ $color->name }}
  • @endif @endforeach
@endif

Size

    @foreach($size_array as $f)
  • @endforeach

Fabric

    @foreach($fabric as $f)
  • {{ $f['label'] }}
  • @endforeach

Fit

    @foreach($fit as $f)
  • {{ $f['label'] }}
  • @endforeach

Occasion

    @foreach($occasion as $f)
  • @endforeach