@extends('layouts/contentNavbarLayout') @section('title', 'quizs') @section('content')
List of Quizs
Create Quiz
@forelse ($quizs as $quiz ) @empty @endforelse
Category Quiz en Quiz ar Enabled Picture Order Actions
@if(!empty($quiz->categoryQuiz)){{ $quiz->categoryQuiz->title_en }}@else -- @endif {{ $quiz->quiz_en }} {{ $quiz->quiz_ar }} @if( $quiz->enabled == 1 )
Active
@else
Inactive
@endif
{{ $quiz->order_show }}
@endsection