@extends('backend.template') @section('content')
Institutions Id : {{$data->institutions_id}}
Title : {{$data->title}}
Alias : {{$data->alias}}
Description : {{$data->description}}
Program Level : {{$data->program_level}}
Years : {{$data->years}}
Psw : {{$data->psw}}
Prospects : {{$data->prospects}}
Intake : {{$data->intake}}
Institution : {{$data->institution}}
City : {{$data->city}}
Application Open : {{$data->application_open}}
Application Deadline : {{$data->application_deadline}}
Level : {{$data->level}}
Min Level : {{$data->min_level}}
Min Level Faculty : {{$data->min_level_faculty}}
Min Level Score : {{$data->min_level_score}}
Min Level Passout : {{$data->min_level_passout}}
Min Level Optional Requirement : {{$data->min_level_optional_requirement}}
Prof Test Required : {{$data->prof_test_required}}
Prof Test Accepted : {{$data->prof_test_accepted}}
Prof Test Min Score : {{$data->prof_test_min_score}}
Prof Test Band Score : {{$data->prof_test_band_score}}
Display Order : {{$data->display_order}}
Status : {{$data->status == 1 ? 'Active' : 'Inactive'}}
Remarks : {{$data->remarks}}
Createdby : {{$data->createdby}}
Updatedby : {{$data->updatedby}}
Created On : {{$data->created_at}}
Created By : {{$data->createdBy}}
Updated On : {{$data->updated_at}}
Updated By : {{$data->updatedBy}}