@extends('layouts/contentNavbarLayout') @section('title', 'quizs') @section('content')
Create Update quiz
@csrf @method('PUT')
@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
enabled == 1 ) checked @endif >
Cancel
@endsection