@extends('layouts.master')
@section('main_title', 'قائمة الاسئلة المسابقات')
@section('main_page', 'الاسئلة المسابقات')
@section('title', 'الاسئلة المسابقات')
@section('content')
@include('Shared.delete')
@include('dashboard.contestQuestions.Model.upload')
@include('dashboard.contestQuestions.Model.create_update')
@endsection
@section('scripts')
@include('dashboard.contestQuestions.js.js')
@endsection