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

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

@if ($errors->has('category_id')) {{ $errors->first('category_id') }}@endif
@if ($errors->has('name')){{ $errors->first('name') }}@endif

List Question SubCategory

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