@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')
# | {{ __('adminstaticword.Course') }} | {{ __('adminstaticword.Topic') }} | {{ __('adminstaticword.Question') }} | @if($topic->type == NULL){{ __('adminstaticword.A') }} | {{ __('adminstaticword.B') }} | {{ __('adminstaticword.C') }} | {{ __('adminstaticword.D') }} | {{ __('adminstaticword.Answer') }} | @endif{{ __('adminstaticword.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.')}} |