@extends('backend.template') @section('content')
{{ label('Sn.') }} | {{--{{ label('Branches') }} | --}}{{ label('Thumb') }} | {{ label('Name') }} | {{ label('Alias') }} | {{--{{ label('Photo') }} | --}}{{ label('Designation') }} | {{--{{ label('Role') }} | --}}{{ label('Action') }} |
---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{--{!! getFieldData('tbl_branches', 'title', 'branch_id', $item->branches_id) !!} | --}}{{ showImageThumb($item->thumb) }} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{-- {{ showImageThumb($item->photo) }} | --}}{{ $item->designation }} | {{--{{ $item->role }} | --}}
|