@lang('offer.ShowOffer')

{{ $offer->is_active == 0 ? __('category.no') : __('category.yes') }}

@if ($offer->branch_id == -1)

@lang('offer.AllBranches')

@else @if ($branches && $branches->isNotEmpty())
    @foreach ($branches as $branch)
  • {{ app()->getLocale() == 'en' ? $branch->name_en : $branch->name_ar }}
  • @endforeach
@else

@lang('category.none')

@endif @endif

{{ __('offer.' . $offer->discount_type) }}

{{ $offer->discount_value }}

{{ $offer->name_ar }}

{{ $offer->name_en }}

{{ $offer->description_ar == null ? __('category.none') : $offer->description_ar}}

{{ $offer->description_en == null ? __('category.none') : $offer->description_en}}

{{ $offer->start_date == null ? __('category.none') : $offer->start_date}}

{{ $offer->end_date == null ? __('category.none') : $offer->end_date}}

@if($offer->image_ar)
Current Image
@endif
@if($offer->image_en)
Current Image
@endif