@extends('backend.template') @section('content')

{{ label("Programs List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) "> @endforeach
{{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 }}
@endsection @push("css") @endpush @push("js") @endpush