@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('search-form')
@endsection @section('content'){{ __lang('id') }} | {{ __lang('name') }} | {{ __lang('enabled') }} | {{ __lang('private') }} | {{ __lang('questions') }} | {{ __lang('attempts') }} | @php if(GLOBAL_ACCESS): @endphp{{ __lang('created-by') }} | @php endif; @endphp{{__lang('actions')}} |
---|---|---|---|---|---|---|---|
{{ $row->id }} | {{ $row->name }} | {{ boolToString($row->enabled) }} | {{ boolToString($row->private) }} | {{ $questionTable->getTotalQuestions($row->id) }} | {{ $studentTestTable->getTotalForTest($row->id) }} ({{ __lang('view') }}) | @php if(GLOBAL_ACCESS): @endphp{{ adminName($row->admin_id) }} | @php endif; @endphp
|