@extends('layouts.app') @section('page-css') @endsection @section('content')
{{ $page_title }}
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('danger'))
{{ session()->get('danger') }}
@endif {{-- All Questions --}}
{{-- --}} {{-- @if($user['role_id'] == 1 || $user['email_address'] == 'jejael@globe.com.ph' || $user['role_id'] == 0) @endif --}} @if($rating_questions->responseCode == 800) @if(!empty($rating_questions->data)) @foreach($rating_questions->data as $key => $value) {{-- --}} {{-- @if($user['role_id'] == 1 || $user['email_address'] == 'jejael@globe.com.ph' || $user['role_id'] == 0) @endif --}} @endforeach @else @endif @else @endif
ID Rating QuestionsStatusCreatedAction
{{ $value->rating_question_id }} {{ $value->question }}{{ ($value->status == 'ACTIVE') ? 'In use' : 'Not in use' }}{{ date('F d, Y', strtotime($value->created_at)) }}
{{--
@csrf

Maximum of 5 MB per image / jpg, png, and gif / Max of 8

Sample filenames

Basic : filename_M_1_2_3_4.png

  • Name
  • Gender (M/F)
  • Avatar Item ID (Accessories)
  • Avatar Item ID (Head)
  • Avatar Item ID (Outfits)
  • Avatar Item ID (Skin)
Cancel
--}}
@include('pages.includes.footer')
@endsection @section('page-js') @endsection