@extends('layouts.admin') @section('title') Ananas | Public Quiz @endsection @section('breadcrumb') @endsection @section('PublicQuiz') active {{session('sidebar_color')}} @endsection @section('content')
Public Quiz Category table
@foreach($categories as $category) @endforeach
Title Action
{{$category->title}}

{{getCategoryType($category->type)}}

arrow_forwardView
@endsection