@extends('client.layout.master') @php use App\Models\Translation; $locale = app()->getLocale(); @endphp @section('title', Translation::getValue('announcements_campaigns', $locale)) @section('content')

{{ Translation::getValue('announcements_campaigns', $locale) }}

@if($products->count()) @endif @endsection