@extends('admin.layouts.layout') @section('content')
@if(empty($editQuestionCategoryData[0]->id))
@else @endif @csrf

{{ empty($editQuestionCategoryData[0]->id) ? 'Add' : 'Edit' }} Question Category

@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if(!empty($editQuestionCategoryData[0]->has_sub_category))
@else @endif

List Question Category

@if(!empty($getQuestionCategoryData)) @foreach($getQuestionCategoryData as $key=> $questionCate) @endforeach @endif
@endsection @section('pagescriptcode') @endsection