@extends('layouts.app') @section('title', __('Latest Offers | SavEX')) @section('description', __('Explore the latest SavEX offers, products, services, deals, and digital shopping opportunities available through the app.')) @section('canonical', route('offers', ['locale' => app()->getLocale()])) @section('content')
{{ __('Latest Offers') }}

{!! __('Discover the latest SavEX offers') !!}

@for ($i = 0; $i < 8; $i++)
@endfor
@endsection