@extends('admin.layouts.master') @section('title','Certificate Report') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Certificates Reports') }}
@if ($progress) @foreach($progress as $key => $student) @endforeach @endif
# {{ __('User Name') }} {{ __('Email') }} {{ __('Course') }}
{{$key+1}} {{$student->fname}} {{$student->email}} {{$student->title}}
@endsection