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

Options

@if($form_management[14] == 44 || $form_management[15] == 45) @endif @foreach($options as $item) @if($item->question_id) @else @endif @if($form_management[14] == 44 || $form_management[15] == 45) @endif @endforeach
S no Options Name Parent QuestionActions
{{$loop->index + 1}} {{$item->name}}View QuestionNot available @if($form_management[14] == 44) @endif @if($form_management[15] == 45) @endif
@if(session('error')) @endif @if(session('success')) @endif @endsection