@extends('admin.layouts.master') @section('title','Certificate Report') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Report') }} @endslot @slot('menu1') {{ __('Report') }} @endslot @endcomponent
{{ __('Certificate Report') }}
@if ($progress) @foreach($progress as $key => $student) @endforeach @endif
# {{ __('User Name') }} {{ __('Email') }} {{ __('Course') }}
{{$key+1}} {{$student->fname}} {{$student->email}} {{$student->title}}
@endsection