@extends('layouts.master') @section('content')
@include('layouts.page-header') @include('pages.auth.question.add-descriptor-modal') @include('pages.auth.question.delete-descriptor-modal')
@csrf

Descriptors ({{ count($descriptors) }})

@foreach($descriptors as $descriptorDetails)
@endforeach
@stop @section('footer-scripts') @endsection