| Title | Description | Date | File | @forelse ($publications as $publication)
|---|---|---|---|
| {{ $publication->title }} | {{ $publication->desc }} | {{ $publication->submit_date }} | Download |
| No Data | |||
{{ $publications->appends(request()->only('type'))->links() }}
@section('meta_title') @if (app()->getLocale() == 'da') {{ $publicationCategory->da_name }} @elseif (app()->getLocale() == 'pa') {{ $publicationCategory->pa_name }} @else {{ $publicationCategory->en_name }} @endif @endsection @extends('frontend.master') @section('title') @if (app()->getLocale() == 'da') {{ $publicationCategory->da_name }} @elseif (app()->getLocale() == 'pa') {{ $publicationCategory->pa_name }} @else {{ $publicationCategory->en_name }} @endif @endsection @section('content')
| Title | Description | Date | File | @forelse ($publications as $publication)
|---|---|---|---|
| {{ $publication->title }} | {{ $publication->desc }} | {{ $publication->submit_date }} | Download |
| No Data | |||