Card title
Go somewhere
Card title
Go somewhere
Card title
Go somewhere
Card title
Go somewhere
Card title
Go somewhere
Card title
Go somewhere
-------------------------------------------------------------------
@foreach($courses as $course)
{{$course->title}}
Price : {{$course->price}}
with -
{{$course->user->name}}
@csrf
Enroll Now
@endforeach