{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@if(\Session::has('error'))
{{ \Session::get('error') }}
{{ \Session::forget('error') }} @endif @if(\Session::has('success'))
{{ \Session::get('success') }}
{{ \Session::forget('success') }} @endif
No. of classes attended
{{ $attendancecount[0]->cnt }}

Register for

FREE TRIAL

Click Here
@foreach ($fees as $row) @endforeach
Student Course Fee Paid Deposit Date Due Date Actions
{{ $row ->participant_name }} {{ $row ->name }} {{ $row ->fee }} @if($row ->TotalPaid !='') {{ $row ->clientcur }} {{ $row ->TotalPaid }} @endif @if($row ->Depositdate !='') {{ date("d-m-Y", strtotime($row ->Depositdate)) }} @endif @if($row ->Duedate !='') {{ date("d-m-Y", strtotime($row ->Duedate)) }} @endif PAY NOW
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection