@extends('partials.main') @section('title') Content Question @endsection @php $login_user_role_array = array('Admin' => 'dashboard', 'Client' => 'client-dashboard'); @endphp @section('content') {{-- @can('qr codes add') --}}
Back Add
{{-- @endcan --}}
Question Max Length Status Action
@include('question.content-question-modal') @endsection