{{-- Show form --}} @if($viewMode)

{{ $postId }}

@if ($type == 1) News @else Press Release @endif

@if($image) Press Release Image @else No image @endif

{{ $title ?? '-' }}

{{ $description ?? '-' }}

{{ $tags ?? '-' }}

@if($view_word_file_type === 'Word' && $view_word_file_link) Download File @elseif($view_word_file_type === 'Link' && $view_word_file_link) Open Link @else No file available @endif

{{ $published_at ?? '-' }}

{{ $author_name ?? '-' }}

{{ $email ?? '-' }}

{{ $telegram ?? '-' }}

{{ $language_name ?? '-' }}

@endif {{-- Table --}}
@forelse($posts as $post) @empty @endforelse
Id Image Title Author Name Email Telegram Type Actions
{{$post->id}} @if($post->image) Press Release Image @else No image @endif {{ $post->title }} {{ $post->author_name }} {{ $post->email }} {{ $post->telegram }} @if ($post->type == 1) News @else Press Release @endif
No records found
{{-- Pagination --}}
{{ $posts->links() }}