@extends('layouts.master') @section('pages') {{ __('dashboard.home') }} @endsection @section('title') {{ __('dashboard.addQui') }} @endsection @section('btn') Show @endsection @section('css') @endsection @section('content')

{{ __('dashboard.addQui') }}

@csrf
{{ __('dashboard.select_required') }}
{{ __('dashboard.select_required') }}
{{ __('dashboard.question_text_ar_required') }}
{{ __('dashboard.question_text_en_required') }}
{{ __('dashboard.marks_required') }}
{{ __('dashboard.Qui_type') }}
@endsection @section('js') @endsection