@include('shared.header') @include('shared.navbar')
@if ($this_activity->Photo == null) @else @endif

العنوان

{{ $this_activity->cat_name }}

العنوان باللغه الانجليزيه

{{ $this_activity->cat_name_en }}

الملخص

{{ $this_activity->summry }}

الملخص باللغه الانجليزيه

{!! $this_activity->summry_en !!}

البانر

Rank

{{ $this_activity->Rank }}

@if ($this_activity->Banner == null) @else @endif

البانر العام

@if ($this_activity->Banner_general == null) @else @endif

اظهار البانر

@if ($this_activity->Banner_show == 1) @else @endif

محتوى النشاط ( {{ $this_activity->cat_name }} )

اضافه نشاط فرعى

@foreach ($this_activity->news as $news) @endforeach
الصوره العنوان تاريخ نهايه النشاط اظهار / اخفاء التحكم
{{ $news->News_Title }} {{ $news->End_Date }} @if ($news->Display == 1) @else @endif مشاهده تعديل حذف
رجوع @include('shared.footer')