Course api beginnings

This commit is contained in:
Ben Ramey
2017-11-06 23:10:28 -06:00
parent f4ad56f52a
commit 7deaddf704
7 changed files with 139 additions and 2 deletions

View File

@@ -4,4 +4,8 @@
<h1>Your Dashboard</h1>
@foreach ($courses as $course)
<p>{{ $course->name }}</p>
@endforeach
@endsection