@extends('admin.layouts.master') @section('title','All Quiz') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Quiz') }} @endslot @slot('menu1') {{ __('Quiz') }} @endslot @slot('button')
# | {{ __('Course') }} | {{ __('Topic') }} | {{ __('Question') }} | @if($topic->type == NULL){{ __('A') }} | {{ __('B') }} | {{ __('C') }} | {{ __('D') }} | {{ __('Answer') }} | @endif{{ __('Action') }} |
---|---|---|---|---|---|---|---|---|---|
1 | {{$quiz->courses->title}} | {{$quiz->topic->title}} | {{$quiz->question}} | @if($topic->type == NULL){{$quiz->a}} | {{$quiz->b}} | {{$quiz->c}} | {{$quiz->d}} | {{$quiz->answer}} | @endif
@if($topic->type == NULL)
{{ __('Edit') }}
@endif
@if($topic->type == '1')
{{ __('Edit') }}
@endif
{{ __("Delete") }}
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |