@extends('backend.template') @section('content')
{{ label('Sn.') }} | {{ label('title') }} | {{ label('alias') }} | {{ label('category') }} | {{ label('intro') }} | {{ label('thumb') }} | {{ label('cover') }} | {{ label('Action') }} |
---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{!! getFieldData('tbl_preparationclasses', 'title', 'preparationclass_id', $item->preparationclasses_id) !!} | {{ $item->intro }} | {{ showImageThumb($item->thumb) }} | {{ showImageThumb($item->cover) }} |
|