@extends('layouts.app') @section('content')

{{($current_category->title=='')?__('common.discounts'):$current_category->title}}

@include('partials.categories')

ბოლო პროდუქცია


@foreach($offers as $offer) @include('partials.offer',['width'=>6,'offer'=>$offer,'companies'=>$companies]) @endforeach
@include('partials.offer_modal') @endsection