@extends('layouts.app') @section('title') Course Comment Settings @endsection @section('content')
Course Comment Settings
@if (session('delete')) @endif @foreach ($course_comment_settings as $course_comment_setting) @endforeach
# Course Pass Percentage Comment Date Created Action
{{ $course_comment_setting->index + 1 }} {{ $course_comment_setting->percent_course_pass }} % {{ $course_comment_setting->comment }} {{ $course_comment_setting->created_at }}
@csrf @method('DELETE')

Add Course Comment Settings
  • assistant_photoAction
  • printAnother action
  • favoriteSomething else here
@csrf @if (session('success')) @endif @if (session('error')) @endif
@endsection