@extends('layouts.main')
<link href='http://fonts.googleapis.com/css?family=Quicksand:300,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:400,300' rel='stylesheet' type='text/css'>
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../css/timeline.css">
@section('title')
Students : @parent
@stop
@section('header')
<?php 
$details = Students::getStudentsDetails(Session::get('sid'));
?>
@parent | <?php 
echo $details['name'];
?>
 | <a href="/students/logout">Logout</a>
@stop
@section('sidebar')
@stop
@section('content')
<?php 
$countOfAppliedPosts = Internships::getCountOfAppliedInternships();
if ($countOfAppliedPosts) {
    $appliedPosts = Internships::getAppliedInternships();
}
?>

<?php 
if ($errors->any()) {
    ?>
	<div class="center">