@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar') @php $current_user = Auth::user(); if ($current_user) { $allow_access = DB::table('users') ->join('roles', 'users.role', '=', 'roles.id') ->where('users.id', '=', $current_user->id) ->first(); } $form_management = json_decode($allow_access->form_management); array_unshift($form_management, 0); @endphp

Questions List

@if($form_management[10] == 40) Create Questions @endif @if($form_management[13] == 43) Options @endif
@if($form_management[11] == 41 || $form_management[12] == 42) @endif
S no Manage Sequence Question Name Type Placeholder Parent OptionActions