@extends('student.layouts.app-student') @section('content')
You are here:
  • Home
  • /
  • Cource Fees
{{-- --}}
{{--

10,368

members online

388,688

items sold

1,086

this week

$1,060,386

total earnings
--}} {{-- @dump($studentCourses->courses) --}} {{-- @php $corse=$studentCourses->courses; // $corse=$studentCourses->StudentCourse; $sl=0; @endphp --}} {{-- @php --}} {{-- {{$studentCourses->course}} --}} {{-- @endphp --}}
@foreach ($data['StudentCourses'] as $item)
{{$item->Course_name}}
{{--

Personal Details

--}} {{--
Action Term Between Date Fees Status
--}} @if($item->courseFees != NULL) {{-- --}} @php $feesStructureJSONArray = (array)json_decode($item->courseFees->FeesStructureJSONArray, true); @endphp @foreach ($feesStructureJSONArray as $it) {{-- --}} {{-- --}} {{-- @json($it) --}} @endforeach
term Pay BetweenToFees Payment Amount Status
{{$it["term"]}}{{ $it["frmdate"]}}{{ Carbon\Carbon::parse($it["frmdate"])->format('d M Y')}} - {{ Carbon\Carbon::parse($it["todate"])->format('d M Y')}}{{$it["todate"]}}₹{{$it["term_fees"]}} {{$it["PaymentAmount"]}}
@if ($it["is_paid"] == 0) {{-- --}} Unpaid @else Paid @endif
@else

Fees Term Not Set Yet

@endif
@endforeach
{{--

recent reports

products
Services

task progress

Web Design
90%
HTML5/CSS3
85%
WordPress
95%
Support
95%
--}} {{--

user data

name role type
lori lynch
johndoe@gmail.com
admin
lori lynch
johndoe@gmail.com
user
lori lynch
johndoe@gmail.com
user
lori lynch
johndoe@gmail.com
member

map data

+
United States $119,366.96
Australia $70,261.65
United Kingdom $46,399.22
Germany $20,366.96
France $10,366.96
Russian $5,366.96
--}} @endsection @section("css-style") @endsection