@extends('layouts.admissions') @section('content')
{{csrf_field()}}


@if(!empty($details))
@foreach($details as $c) @endforeach()
Course Applications
{{$coun++}} {{$c->course}} {{$c->frst}}
Total {{number_format($total)}}
@else @endif @stop