@extends('admin.layouts.master') @section('title','Report') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Report') }} @endslot @slot('menu1') {{ __(' Quiz Report') }} @endslot @endcomponent
{{ __('All Quiz Report') }}
@foreach($user as $key => $u) @endforeach
# User Name Action
{{$key+1}} {{$u->fname}} {{$u->lname}}
@endsection