@extends('front.layouts.main') @section('content') @if(count($data) > 0) CJ'S DEALS @foreach($data as $deal) {{ $deal['dealName'] }} @endforeach