@extends('layouts.client') @section('title', 'Dashboard') @section('content')

Home

@foreach($enrolledCourses as $course)

Your goal is Maintenance Read more >

@endforeach
Protein 20 % 85 g
Fats 31 % 56 g
Carbohydrates 49 % 200 g
FITNESS
@if (session('success')) @endif
@if($enrolledCourses->isEmpty())

You are not enrolled in any of courses yet.

@endif @foreach($enrolledCourses as $course)
@csrf
Left until the end of the course {{ $course->days_left }} days
@endforeach
@push('scripts') @endpush @endsection