@extends('frontend.layouts.master') @section('styles') @parent {!! RecaptchaV3::initJs() !!} @stop @section('content') @include('frontend.layouts.social')
@if(!empty($banner) && !empty($banner->getData('banner_image'))) @else {{lang('offers_banner_alt_keywords')}} @endif

{{lang('offer_title_our')}}

{{lang('offer_title_latest_offers')}}
@if(!empty($offers) && $offers->isNotEmpty())
@endif @stop @section('scripts') @parent @include('frontend.partials.jquery_custom_validators') @include('frontend.scripts.datepicker') @stop