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

Feedback


@csrf
Student Name
@foreach ($course->studentInvoices as $student) {{ $student->student->first_name }} {{ $student->student->last_name }} @endforeach
Date / Time
@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

Goals*
Feedback*

Current Skills
Listening*

Reading*

Speaking*

Vocabulary*

Grammar*

Objectives*
@endsection