@extends('layouts/contentNavbarLayout')
@section('title', 'quizs')
@section('content')
| Category |
Quiz en |
Quiz ar |
Enabled |
Picture |
Order |
Actions |
@forelse ($quizs as $quiz )
| @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 }} |
|
@empty
|
No secteur found !
|
@endforelse
@endsection