@extends('layouts.app') @section('content')
@if (isset($comment)) تعديل تعليق للطالب {{$student->name}} @else اضافة تعليق للطالب {{$student->name}} @endif
@csrf @if (isset($comment)) @method('PATCH') @endif
@endsection