@extends('layout.layout') @section('content')
@include('components.alert')

Add New Feedback


@csrf
Student Name
@foreach ($course->studentInvoices as $student) {{ $student->student->first_name }} {{ $student->student->last_name }} @endforeach
Date / Time
{{--
{{ $course->start_date }} @foreach ($course->scheduledSlots as $slot) {{ formatTime($slot->slot_start) }} @endforeach
--}} @php $date = now()->format('Y-m-d'); $time = now()->format('H:i'); @endphp
@if ($existingReport) {{ $existingReport->created_at->format('Y-m-d H:i') }} @else {{ $date }} {{ $time }} @endif


Current Skills





Cancel
@endsection