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

CJ'S DEALS

@foreach($data as $deal)
{{ $deal['dealName'] }}
Deal Image
@endforeach
Previous Next
@else

PRODUCTS NOT FOUND

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