@extends('backend.template') @section('content')
{{ label('Sn.') }} | {{ label('Category') }} | {{ label('Province') }} | {{ label('Economics') }} | {{ label('News Type') }} | {{ label('Authors') }} | {{ label('Title') }} | {{ label('Nepali Title') }} | {{--{{ label('Alias') }} | --}} {{--{{ label('Parent News') }} | --}}{{ label('Content') }} | {{ label('Featured News') }} | {{ label('Image') }} | {{ label('Thumb') }} | {{ label('Source') }} | {{ label('Action') }} |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {!! getFieldData('tbl_newscategories', 'title', 'category_id', $item->newscategories_id) !!} | {!! getFieldData('tbl_provinces', 'title', 'province_id', $item->provinces_id) !!} | {!! getFieldData('tbl_economies', 'title', 'economy_id', $item->economics_id) !!} | {{ $item->news_type_id }} | {!! getFieldData('tbl_authors', 'title', 'author_id', $item->authors_id) !!} | {{ Str::limit($item->title, 30) }} | {{ Str::limit($item->nepali_title,30) }} | {{--
{{ $item->alias }}
change alias
| --}}
{{ Str::limit($item->content) }} | {{ $item->featured_news }} | {{ showImageThumb($item->image) }} | {{ showImageThumb($item->thumb) }} | {{ $item->image_source }} |
|