@extends('layouts.front-end.app') @section('title', translate('Offers Catalog')) @section('content')

{{ app()->getLocale() == 'ar' ? 'مجلة العروض' : 'Offers Catalog' }}

@if(isset($catalog) && $catalog != null)
@endif
@endsection @push('script') @if(!empty($catalog)) @endif @endpush