@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

@lang('frontend::lang.filter_products')

    @if (!empty($data['product']['res'])) @foreach ($data['product']['res'] as $product)
  • @if (!empty($product['image']))
    @endif

    {{ !empty($product['name']) ? $product['name'] : '' }}

    {{ !empty($product['detail_short']) ? $product['detail_short'] : '' }}

    @lang('frontend::lang.view_detail')
  • @endforeach @else
    ---- @lang('frontend::lang.find_for') '{{ !empty($data['search']) ? $data['search'] : '' }}'. Sorry! ----
    @endif
@if ($data['product']['paginate']->lastPage() > 1) @endif

@lang('frontend::lang.news_event')

{{-- --}} @if ($data['news']['paginate']->lastPage() > 1) @endif
@endsection @section('script') @endsection