@extends('layouts/contentNavbarLayout') @section('title', 'Category Quiz ') @section('content')
List of Category Quiz
Category Quiz
@forelse ($categoryQuizs as $entity ) @empty @endforelse
title en title ar Score total Enabled Order Actions
{{ $entity->title_en }} {{ $entity->title_ar }} {{ $entity->score_total }} @if( $entity->enabled == 1 )
Active
@else
Inactive
@endif
{{ $entity->order_show }}
@endsection