@extends('layouts/contentNavbarLayout') @section('title', 'quizs') @section('content')
Create New quiz
@csrf
@if($errors->has('quiz_en')) {{ $errors->first('quiz_en') }} @endif
@if($errors->has('quiz_ar')) {{ $errors->first('quiz_ar') }} @endif
@if($errors->has('order_show')) {{ $errors->first('order_show') }} @endif
Cancel
@endsection