subscription

{{ __('front.herbal_spa_offers') }}

@foreach($data as $offer)
offer

{{$offer->discount}} {{\App\Models\Country::where('id' , \App\Models\Branche::where('id' , session('branch_id'))->first()?->country_id)->first()?->code}}

{{$offer->name}}

@endforeach