@extends('user_dashboard.layouts.app') @section('content') @push('css') @endpush
@include('user_dashboard.layouts.sidebar')

Certificate List

@forelse ($certificates as $key=>$certificate) @empty @endforelse
# Course Date Action
{{$key+1}} {{$certificate->course->name}} {{$certificate->created_at}} Download Certificate

Nothing Found

@endsection