@extends('backend.template') @section('content')
{{label("S No.")}} | {{ label("Institutions") }} | {{ label("Title") }} | {{ label("Alias") }} | {{ label("Institution") }} | {{ label("Program Level") }} | {{ label("Years") }} | {{ label("Intake") }} | {{ label("Action") }} |
---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {!! getFieldData("tbl_institutions", "title", "institution_id", $item->institutions_id) !!} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ $item->program_level }} | {{ $item->intake }} | {{ $item->institution }} |
|