@extends('front.layouts.main') @section('content')

Welcome to CafeJava's

@if(count($data['data']) > 0)
@foreach($data['data'] as $product) @endforeach
@else

NO CATEGORIES FOUND

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