@extends('backend.template') @section('content')
{{ label('Sn.') }} | {{ label('title') }} | {{ label('alias') }} | {{ label('photo') }} | {{ label('designation') }} | {{ label('Action') }} |
---|---|---|---|---|---|
{{ $i++ }} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ showImageThumb($item->photo) }} | {{ $item->designation }} |
|