@extends('shared.front') @section('content') @php // PhungTK lười $styleAhref = 'style="color:#212529"'; @endphp
{{-- PROMOTION --}} @if($listPromotion != null && is_array($listPromotion) && count($listPromotion) > 0) @foreach($listPromotion as $item) @php $imageURL = ImageOS::photo($item->image, 500, 290) @endphp @endforeach @endif {{-- PROMOTION FEATURES --}} @include('home.elements.promotion-feature') {{-- PRODUCT FEATURES --}} @if($features != null) @include('home.elements.product-feature',[ 'feature' => $features ]) @endif {{-- PRODUCT LIST --}} @if($list != null && count($list) > 0) @endif
@if(app()->getLocale() === 'vi')
@if($listnews != null && count($listnews) > 0)

ĐỌC NHIỀU NHẤT

{{ $listnews[0]->title }}

{{ $listnews[0]->post_excerpt }}

Xem chi tiết
@php $i = 0; @endphp @foreach($listnews as $item) @php $i ++; @endphp @if($i > 1)

{{ $item->title }}

{{ $item->post_excerpt }}

@endif @endforeach
@endif
@endif @endsection @section('footer-email') @endsection