@extends('layouts.main')
@section('style')
@endsection
@section('content')
{{--
TURN YOUR PHOTOS
INTO PRODUCTS
⭐
⭐
⭐
--}}
@foreach ($banners as $in => $banner)
@endforeach
@foreach ($banners as $in => $banner)
@endforeach
@forelse ($data as $d)
@if (count($d->products) > 0)
{{--
 }})
--}}
{{ $d->name }}
@forelse ($d->subcategory as $sub)
@if (count($sub->products) > 0)
{{ $sub->name }}
@if (empty($sub->banner))
 }})
@else
 }})
@endif
@endif
@empty
No Sub-Categories!
@endforelse
{{--
 }})
--}}
@endif
@empty
@endforelse
@endsection
@section('script')
@endsection