@extends('frontend::layouts.master') @section('content') @if (!empty($banners[0])) @endif @if (!empty($article['detail']))
{!! $article['detail'] !!}
@endif
@if (!empty($list_category[0])) @foreach ($list_category as $category)

{{ $category['name'] ?? '' }} {{ __('frontend::lang.btn.detail_more') }}

@if (!empty($list_product[$category['id']][0])) @endif
@endforeach @endif
@endsection