@extends('backend.template') @section('content')
{{label("S No.")}} | {{ label("Logo") }} | {{ label("Title") }} | {{ label("Institution Types") }} | {{ label("Countries") }} | {{ label("Contact No.") }} | {{ label("Alias") }} | {{ label("Action") }} | ||
---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ showImageThumb($item->logo) }} | {{ $item->title }} | {!! getFieldData("tbl_institutiontypes", "title", "institutiontype_id", $item->institutiontypes_id) !!} | {!! getFieldData("tbl_countries", "title", "country_id", $item->countries_id) !!} | {{ $item->address }} | {{ $item->contact }} |
{{ $item->alias }}
change alias
|
{{ showImageThumb($item->thumb) }} |
|