@include('shared.header') @include('shared.navbar')
رجوع

العنوان باللغه العربيه

{{ $publications->News_Title }}

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

{{ $publications->News_Title_en }}

@if ($publications->News_Description)

التفاصيل باللغه العربيه

{!! $publications->News_Description !!}

@endif @if ($publications->News_Description_en)

التفاصيل باللغه الانجليزيه

{!! $publications->News_Description_en !!}

@endif

الصوره فى الرئيسيه

الصوره

الظهور / الاخفاء

@if ($publications->Display == 1) @else @endif

المفات

@foreach ($publications->pdfs as $pdf)
@endforeach
@include('shared.footer')