@extends('layouts.app') @section('content') @if(Session::has('msg')) @endif
@foreach($list as $k => $l) @endforeach
S.No. Name Phone No. Faculty MECEE Score
{{ ++$k}} {{$l->name}} {{$l->phone_no}} {{$l->faculty}} {{$l->mecee_score}}
@endsection