@extends('front.layouts.main') @section('content') @if(count($data['data']) > 0)

{{ strtoupper($head) }}

Welcome to CJ's delicious universe. Everything from our Big on Breakfast, Perfected Drinks, Decadent to your Generous Big Meals Right here at your fingertips. ORDER NOW.
@foreach($data['data'] as $product) @endforeach @foreach($data['data'] as $product) @endforeach
@else

NO SUB CATEGORIES FOUND

@endif @endsection @section('js') @endsection