@extends('backend.template') @section('content')
{{label("Sn.")}} | {{ label("Title") }} | {{ label("Alias") }} | {{ label("Link") }} | {{ label("Icon") }} | {{ label("Logo") }} | {{ label("Action") }} |
---|---|---|---|---|---|---|
{{ $i++ }} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ $item->link }} | {{ $item->fa_icon }} | {{ showImageThumb($item->logo) }} |
|