Course api beginnings
This commit is contained in:
@@ -4,4 +4,8 @@
|
||||
|
||||
<h1>Your Dashboard</h1>
|
||||
|
||||
@foreach ($courses as $course)
|
||||
<p>{{ $course->name }}</p>
|
||||
@endforeach
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user