@extends('layouts.master') @section('background-image', '/assets/images/image-1.png') @section('bg-y', '-100px') @section('content')

@if (!is_null($news->NOTICE_TAG)) {!! Helper::web_getNoticeTag($news->NOTICE_TAG) !!} @endif @if (in_array(request()->server("HTTP_CF_IPCOUNTRY"), ["EGY", "SAY"]) || app()->getLocale() == "ar") {!! $news->TITLE_ARABIC !!} @else {!! $news->NOTICE_TITLE !!} @endif

@if (in_array(request()->server("HTTP_CF_IPCOUNTRY"), ["EGY", "SAY"]) || app()->getLocale() == "ar") {!! $news->NOTICE_ARABIC !!} @else {!! $news->NOTICE_TEXT !!} @endif

@endsection