{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
FREE TRIAL
| 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 |