@extends('layouts.student') @section('title', 'New Report') @section('content') Back Your report will be sent to your class teacher and the headmaster. Provide as much detail as possible. @csrf Student Involved — Select student — @foreach ($students as $student) id)>{{ $student->full_name }} @endforeach Brief Title Category — Select — @foreach ($categories as $key => $label) {{ $label }} @endforeach Severity @foreach ($severities as $severity) {{ ucfirst($severity) }} @endforeach What happened? {{ old('description') }} Submit anonymously (only headmaster sees your identity) Evidence (optional) Submit Report @endsection
Your report will be sent to your class teacher and the headmaster. Provide as much detail as possible.