@php use App\Models\TrialClass; use Carbon\Carbon; @endphp Trial Class - Dreamers Academy

Update Trial Class

@php $tralClassStatus = $trial_class->status; $readOnlyMode = $disabledMode = ''; if($tralClassStatus == 'Admitted'){ $readOnlyMode = 'readonly'; $disabledMode = 'disabled'; } @endphp
@csrf @method('PUT')
*
*
*
*
*
*
*
*
*
*
*
@if ($trial_class->language == 0) @elseif ($trial_class->language == 1) @endif
@if($tralClassStatus != 'Admitted')
Back
@endif
@if($trial_class->status == 'Admitted') @if($trial_class->class)

Class: {{ $trial_class->class->name }}

@endif @if($trial_class->is_level_payment == true)

The student paid the full level payment

No of month paid: {{ $trial_class->no_of_months }}

@endif @if($trial_class->student)
@php $attachment = $trial_class->student->attachments->first(); @endphp

@if($attachment)

Payment Details

Note: {{ $attachment->notes }}

@endif Visit Student Profile
@endif @endif
@foreach ($action_histories as $key => $action_history) @if(empty($action_history->user_id)) @else @endif @endforeach
# Status Date Modifier
{{++$key}} {{$action_history->status}} {{$action_history->date}} {{$action_history->changedBy->name}}
@foreach ($note_histories as $note_history) @endforeach
Note Date Submitted By
{{$note_history->note}} {{date('d M, Y', strtotime($note_history->created_at))}}
{{date('h:i A', strtotime($note_history->created_at."+6hours"))}}
{{$note_history->stenographer->name}}
Call History
@foreach ($callHistory as $key => $history) @endforeach
Phone Submitted By Date & Time
{{$history->phone}} {{ $history->user->name }} {{date('d M, Y', strtotime($history->created_at))}}
{{date('h:i A', strtotime($history->created_at."+6hours"))}}
@include('backend.modules.course_module.script.dependent_script')