@extends('layouts/contentNavbarLayout') @section('title', 'category Quiz') @section('content')
Update Category Quiz
@csrf @method('PUT')
@if($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if($errors->has('score_total')) {{ $errors->first('score_total') }} @endif
@if($errors->has('color')) {{ $errors->first('color') }} @endif
@if($errors->has('background_color_mobile')) {{ $errors->first('background_color_mobile') }} @endif
@if($errors->has('order_show')) {{ $errors->first('order_show') }} @endif
enabled == 1 ) checked @endif >
Cancel
@endsection