@extends('backend.template') @section('content')
{{ label('Sn.') }} | {{ label('Parent Article') }} | {{ label('title') }} | {{ label('alias') }} | {{ label('cover_photo') }} | {{ label('Action') }} |
---|---|---|---|---|---|
{{ $i++ }} | {!! getFieldData('tbl_companyarticles', 'title', 'article_id', $item->parent_article) !!} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ showImageThumb($item->cover_photo) }} |
|