@extends('layouts.master') @section('title','User Info') @section('header') @include('layouts.header') @endsection @section('content')
{{$count++}}. {{$program->program->name}} ({{$program->program->institute->name}} / {{$program->program->fee}})
{{ Session::get('message') }}
@endif @else