@extends('backend.template') @section('content')
{{ label('Sn.') }} | {{ label('title') }} | {{ label('alias') }} | {{ label('author_email') }} | {{ label('author_description') }} | {{ label('author_image') }} | {{ label('createdBy') }} | {{ label('updatedBy') }} | {{ label('Action') }} |
---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ $item->author_email }} | {{ $item->author_description }} | {{ showImageThumb($item->author_image) }} | {{ $item->createdBy }} | {{ $item->updatedBy }} |
|