@extends('layouts.gthemes_landing.layout') @push('stylesheet') @if( Request::is('/') ) @endif @endpush @section('content_header') Selamat datang di {{ config('view.app_title', '@c4k_7ud') }} {{ config('view.app_subtitle', '@c4k_7ud') }} @endsection @section('content_body') @foreach( $cat_products as $cat_product) @if(count($cat_product->product)>0) @if( $cat_product->category_style=="style_01") {{ $cat_product->category_name }} @foreach( $cat_product->product as $key => $value) @if(!empty($value->icon_class)) @elseif(!empty($value->img)) @else @endif {{ $value->title }} {!! $value->description !!} Lihat Selengkapnya @endforeach @elseif( $cat_product->category_style=="style_02") {{ $cat_product->category_name }} @foreach( $cat_product->product as $key => $value) @if(!empty($value->icon_class)) @elseif(!empty($value->img)) @else @endif {{ $value->title }} {!! $value->description !!} Lihat Selengkapnya Lihat Selengkapnya @endforeach @else {{ $cat_product->category_name }} @foreach( $cat_product->product as $key => $value) @if(!empty($value->img)) @else @endif {{ $value->title }} @endforeach @endif @endif @endforeach @endsection @push('scripts') @endpush
{!! $value->description !!}
{{ $cat_product->category_name }}
{{ $value->title }}