@extends('layouts.front-end.app') @section('title',ucfirst($data['data_from']).' products') @push('css_or_js') @endpush @section('content') @php($decimal_point_settings = \App\CPU\Helpers::get_business_settings('decimal_point_settings'))
{{str_replace("_"," ",$data['data_from'])}} {{\App\CPU\translate('products')}} {{ isset($brand_name) ? '('.$brand_name.')' : ''}}
×
{{--
--}}
{{-- if need data from also --}} {{--

{{\App\CPU\translate('product_by')}} {{$data['data_from']}} ({{ isset($brand_name) ? $brand_name : $data_from}})

--}}

{{--
--}} @if (count($products) > 0)
@include('web-views.products._ajax-products',['products'=>$products,'decimal_point_settings'=>$decimal_point_settings])
@else

{{\App\CPU\translate('No Product Found')}}

@endif
@endsection @push('script') @endpush