@php $country_global = \App\Models\Country::where('prefix', session('country'))->first(); @endphp @extends('front.front_layouts.main') @section('content') @include('front.front_component.category_slider')

عروض البونص

@csrf
@php $adv = \App\Models\Advertisement::getByCountry($country_global->id)->isActive()->where('type', 'bounce_page')->first(); @endphp @if(!is_null($adv))
@endif
@forelse($products as $product)
@include('front.front_component.bonce_product')
@empty

لا يوجد نتائج

@endforelse
{{ $products->links('vendor.pagination.bulma') }}
@endsection