@extends('layouts.main') @section('style') @endsection @section('content') {{--

TURN YOUR PHOTOS
INTO PRODUCTS

--}}
@forelse ($data as $d) @if (count($d->products) > 0)
{{-- dasd --}}

{{ $d->name }}

@forelse ($d->subcategory as $sub) @if (count($sub->products) > 0)
{{ $sub->name }}
@if (empty($sub->banner)) Wall Decoratives @else New IN @endif
@endif @empty
No Sub-Categories!
@endforelse
{{-- dasd --}}
@endif @empty @endforelse
@endsection @section('script') @endsection