@extends('frontend.master') @section('stylesheet') @endsection @section('content') @php $courseAmount = $paymentDetails->registrationTimeAmount; $courseName = $paymentDetails->course_title; $customPayment = $paymentDetails->course_custom_payment; $dueAmount = (int)$courseAmount - (int)$paymentDetails->paid_amount; $applicatonDate = strtotime($paymentDetails->application_date); $applicatonDate = date('Y-m-d',$applicatonDate); $paymentStatus = $dueAmount==0 ? 'Paid' : 'Due'; //$paidStatus = $dueAmount == '0' ? $applicaiton->paid_status :($dueAmount == 0 ? 'p':'r'); @endphp

  • Course Name
    {{$courseName}}
  • Course fee
    {{$courseAmount}}
  • Course Due Amount
    {{$dueAmount}}
  • Charges
    Vat & others
    0
  • {{--
  • --}} {{--
    --}} {{--
    --}} {{-- Brief description--}} {{--
    --}} {{-- 150--}} {{--
  • --}}
  • Total (BDT) {{$dueAmount}} TK

Your Details

@csrf
+88
@if($customPayment=='Y')
@endif
{{-- --}}
@endsection @section('customScript') @endsection