@extends('front.layout.app') @section('content')
image

{{ $data->content['banner_heading'] ?? '' }}

{{ $data->content['main_heading'] ?? '' }}

@forelse ($products as $pro) @if ($pro->category_id == 1) @endif @empty

no data found

@endforelse
@forelse ($categories as $cat)
@foreach ($cat->products as $product) @endforeach
@empty

No categories found

@endforelse
@endsection