@extends('layouts.app') @section('title') End Comment Generation @endsection @section('content')
End Comments Generation
@if (session('success')) @elseif(session('error')) @endif
@csrf
{{--
End Comments
@foreach ($end_comments as $comment) @endforeach
# Program Courses to pass Comment Action
{{ $loop->index + 1 }} {{ $comment->program_name }} {{ $comment->courses_to_pass }}% {{ ucfirst($comment->comment) }}
@csrf @method('DELETE')
--}}
@endsection