@extends('User.layouts.layout') @section('breadcrumb',__('messages.Offers')) @section('keywords','offers,discounts,chance,تخفيض') @section('left_image',$setting['offer_image']) @section('contents') @if (count($offers))

{{ $SEO['offers']['title_'.lang()]['value'] }}

@foreach ($offers->chunk(2) as $offersItems)
@foreach ($offersItems as $offer)
{{ $offer['title_'.lang()] }}
{{ $offer['title_'.lang()] }}
@endforeach
@endforeach
@endif @endsection @push('extra-js') @toastr_js @toastr_render @endpush @section('SEO') {{ $SEO['offers']['title_'.lang()]['value'] }} @endsection