PKRZ=message/message.blade.phpnu[@extends('layouts.layout2') @section('content')
{!! $message !!}
@endsection @section('javascript') @endsectionPKRZ9 8 8message/error.blade.phpnu[ {{env('APP_NAME')}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{-- @include('navbar.navbar') --}}
{!! $message !!}
PKRZϭDKKwelcome.blade.phpnu[ Laravel
@if (Route::has('login')) @endif
Laravel has wonderful, thorough documentation covering every aspect of the framework. Whether you are new to the framework or have previous experience with Laravel, we recommend reading all of the documentation from beginning to end.
Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process.
Laravel News is a community driven portal and newsletter aggregating all of the latest and most important news in the Laravel ecosystem, including new package releases and tutorials.
Vibrant Ecosystem
Laravel's robust library of first-party tools and libraries, such as Forge, Vapor, Nova, and Envoyer help you take your projects to the next level. Pair them with powerful open source libraries like Cashier, Dusk, Echo, Horizon, Sanctum, Telescope, and more.
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})
PKRZ{!!users/login.blade.phpnu[@extends('layouts.master') @section('css') @endsection @section('content')
{{--
--}}

{{$disclaimer->content}}

{{--
--}}
Please provide some information before proceeding
{{--
--}}
@endsection @section('javascript') @endsectionPKRZ^&oEoEusers/verify.blade.phpnu[ {{env('APP_NAME')}}

YOU ARE EVALUATING {{$system_title[0]->system_name}}


{!! str_replace("\n", "
", $instruction) !!}

PKRZa mail/response.blade.phpnu[ {{--

--}}

Thank You for filling in {{$info['template']}} Survey


Rater: {{$info['user']}}
Email: {{$info['email']}}
@php $ratings = []; @endphp @foreach ($qs as $item) @php $ratings[] = $item[1]; @endphp @endforeach
Questions Rating
{{ $item[0] }} {{ $item[1] }}
Average:

{{number_format(collect($ratings)->avg(), 1)}}

Comment

{{$comment}}

PKRZمBBmail/reset-password.blade.phpnu[

Click this link to reset your password

{{$link}}
PKRZ[7auth/email_responses.blade.phpnu[
Status
PKRZo77auth/profile.blade.phpnu[@extends('layouts.layout') @section('css') @endsection @section('content')
Edit Profile
{{--
System Setup
--}} {{--
Response Email Management
@include('auth.email_responses')
--}}
@endsection @section('javascript') @endsectionPKRZ`33auth/forget.blade.phpnu[ {{env('APP_NAME')}}
PKRZkkauth/registration.blade.phpnu[@extends('layouts.master') @section('css') @endsection @section('content')

Register

{{--
--}}
@endsection @section('javascript') {{-- --}} @endsectionPKRZ66auth/reset-password.blade.phpnu[ {{env('APP_NAME')}}
{{-- @include('navbar.navbar') --}}
PKRZ auth/index.blade.phpnu[@extends('layouts.master') @section('content')
{{--
--}}
ticketing

Autohub Rating

{{--
--}}
{{-- --}} {{--
--}}
@endsection @section('javascript') @endsectionPKRZ'KDDauth/import.blade.phpnu[ PKRZj-wlayouts/master.blade.phpnu[ {{env('APP_NAME')}} {{-- javascript --}} {{-- css --}} @yield('css') @auth() @include('navbar.sidenav') @endauth
@yield('content')
@yield('javascript') PKRZ[=[=layouts/layout.blade.phpnu[ {{env('APP_NAME')}} @yield('css')
@if(Auth::user() && Auth::user()->type == "admin") @include('navbar.navbar') @endif
@if(Auth::user() && Auth::user()->type == "admin") @endif @if(Auth::user() && Auth::user()->type == "admin") @yield('content') @endif {{-- --}}
@if(Auth::user() && Auth::user()->type == "admin") @yield('javascript') @endif {{--
All rights reserved
--}} PKRZlayouts/footer.blade.phpnu[
PKRZjj layouts/reports/counts.blade.phpnu[ Autohub Rating {{--
--}}
autohub

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row)
System Name: {{ $system_name }}
Template Name: {{ $template_name }}
Total Respondents: {{$row->total}}
Scale: (Average = 5 : 'Excellent', Average = 4 : 'Very Satisfactory', Average = 3 : 'Satisfactory', Average = 2 : 'Dissatisfactory', Average = 1 : 'Very Dissatisfactory')
@if(!empty($row->total)) list, function($a, $b) { return $b['rating'] - $a['rating']; // sort by average value in descending order }); for($i = 0; $i < $row->total; $i++) { $average = $row->list[$i]['rating']; $category = ''; // initialize variable for category if ($average == 5) { $category = 'Excellent'; } elseif ($average == 4) { $category = 'Very Satisfactory'; } elseif ($average == 3) { $category = 'Satisfactory'; } elseif ($average == 2) { $category = 'Dissatisfied'; } elseif ($average == 1) { $category = 'Very Dissatisfied'; } if(!isset($grouped_data[$category])) { $grouped_data[$category] = []; } $grouped_data[$category][] = $row->list[$i]; $totals[$average - 1]++; // increment count for category } ?> @if(count($grouped_data) > 0) @foreach ($grouped_data as $category => $group)
{{$category}}: {{ $totals[array_search($category, ['Very Dissatisfied', 'Dissatisfied', 'Satisfactory', 'Very Satisfactory', 'Excellent'])] }}
@foreach ($table_headers as $header) @endforeach @foreach($group as $item) @foreach($table_body as $data) @endforeach @endforeach
{{ $header }}
{{$loop->iteration}}{{ $item[$data] }}
@endforeach @else

No data to show.

@endif @else

No data to show.

@endif @endforeach
{{-- --}} PKRZSe@@@#layouts/reports/questions.blade.phpnu[ Autohub Rating {{--
--}}

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row)
Total Questions: {{$row->total}}
@if(!empty($row->total)) @foreach ($table_headers as $header) @endforeach @for($i = 0; $i < $row->total; $i++) @foreach($table_body as $data) @endforeach @endfor
{{ $header }}
{{$i+1}}{{$row->list[$i]->$data}}
@else

No data to show.

@endif @endforeach
{{-- --}} PKRZt.layouts/reports/average_per_question.blade.phpnu[ Autohub Rating
autohub

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row) @if(!empty($row->total))
Company Name: {{$company}}
System Name: {{$system_name}}
Template Name: {{$template_name}}
Total: {{$row->total}}

{{-- @for($i = 0; $i < $row->total; $i++) @foreach($row->list[$i]['ratings'] as $rating) @endforeach @endfor
No. Questions
{{$loop->iteration}} {{$rating['questions']}}
--}} {{-- @foreach ($table_headers as $header) @endforeach @php $startIndex = 0; // Start index at 1 @endphp @for($i = 1; $i < $row->total; $i++) @foreach($table_body as $data) @endforeach @endfor
{{ $header }}
{{$startIndex+$i}}{{$row->list[$i][$data]}}
--}} @foreach ($table_headers as $header) @endforeach @php $startIndex = 1; // Start index at 1 @endphp @foreach ($table_body as $row) {{-- @foreach ($row as $cell) @endforeach --}} @endforeach
{{ $header }}
{{ $startIndex++ }} {{$row[0]}} {{$row[1]}} {{$row[2]}} {{$row[3]}}{{ $cell }}
@else

No data to show.

@endif @endforeach {{--

the second page

--}}
{{-- --}} PKRZ!t^^'layouts/reports/questionnaire.blade.phpnu[ Autohub Rating {{--
--}}

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row)
@if(!($date_from) || !($date_to)) Date Filter: None
@else Date Filter: {{$date_from}} - {{$date_to}}
@endif Total Survey Form: {{$row->total}}
@if(!empty($row->total)) @foreach ($table_headers as $header) @endforeach @for($i = 0; $i < $row->total; $i++) @foreach($table_body as $data) @endforeach @endfor
{{ $header }}
{{$i+1}}{{$row->list[$i]->$data}}
@else

No data to show.

@endif @endforeach
{{-- --}} PKRZ)layouts/reports/comment_summary.blade.phpnu[ Autohub Rating {{--
--}}

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row)
System Name: {{ $system_name }}
Template Name: {{ $template_name }}
Total Response: {{$row->total}}
@if(!empty($row->total)) @foreach ($table_headers as $header) @endforeach @for($i = 0; $i < $row->total; $i++) @foreach($table_body as $data) {{-- --}} @endforeach @endfor
{{ $header }}
{{$i+1}}{{dd($row->list[$i])}}{{$row->list[$i][$data] }}
@else

No data to show.

@endif @endforeach {{--

the second page

--}}
{{-- --}} PKRZ×-layouts/reports/templates_questions.blade.phpnu[ Autohub Rating Prepared By: {{Auth::user()->f_name . " " . Auth::user()->l_name}}

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


{{-- @foreach($data as $row)
Total Questions Template: {{$row->total}}
@if(!empty($row->total)) @foreach ($table_headers as $header) @endforeach @for($i = 0; $i < $row->total; $i++) @foreach($table_body as $data) @endforeach @endfor
{{ $header }}
{{$i+1}}{{$row->list[$i]->$data}}
@else

No data to show.

@endif @endforeach --}} @foreach($data as $row)
{{-- Total Templates: {{$row->total}} --}} Template: {{$template_title}}
@if(!empty($row->total)) @foreach ($table_headers as $header) @endforeach @php $count = 1; @endphp @foreach($row->list as $template) @foreach ($template->questions as $item) {{-- --}} @endforeach @endforeach
{{ $header }}
{{$count++}} {{--
    @foreach($template->questions as $question) --}} {{$item['title']}} {{-- @endforeach --}} {{--
--}}
{{ \Carbon\Carbon::parse($item['created_at'])->format('M. d, Y') }}{{ $item['created_at']->format('Y-m-d') }}
@else

No data to show.

@endif @endforeach
{{-- --}} PKRZdvv!layouts/reports/reviews.blade.phpnu[ Autohub Rating
autohub

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row) @if(!empty($row->total))
Company Name: {{$company}}
System Name: {{$system_name}}
Template Name: {{$template_name}}
Total Respondents: {{$row->total}}

{{-- @for($i = 0; $i < $row->total; $i++) @foreach($row->list[$i]['ratings'] as $rating) @endforeach @endfor
No. Questions
{{$loop->iteration}} {{$rating['questions']}}
--}} @foreach ($table_headers as $header) @endforeach @for($i = 0; $i < $row->total; $i++) @foreach($table_body as $data) @endforeach @endfor
{{ $header }}
{{$i+1}}{{$row->list[$i][$data]}} @php $ratings = collect($row->list[$i]['ratings']); $avgRating = $ratings->avg('rating'); @endphp @foreach($row->list[$i]['ratings'] as $rating) @endforeach {{-- --}} @foreach($row->list[$i]['ratings'] as $rating) @endforeach
Question No: {{$rating['id']}} Average: Rating
Rating: {{$rating['rating']}}{{number_format($avgRating,1)}}
@else

No data to show.

@endif @endforeach {{--

the second page

--}}
{{-- --}} PKRZJ@JJ!layouts/reports/systems.blade.phpnu[ Autohub Rating {{--
--}}

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row)
Total Systems: {{$row->total}}
@if(!empty($row->total)) @foreach ($table_headers as $header) @endforeach @for($i = 0; $i < $row->total; $i++) @foreach($table_body as $data) @endforeach @endfor
{{ $header }}
{{$i+1}}{{$row->list[$i]->$data}}
@else

No data to show.

@endif @endforeach {{--

the second page

--}}
{{-- --}} PKRZW}&&,layouts/reports/questions_template.blade.phpnu[ Autohub Rating {{--
--}}

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row)
Total Questions Template: {{$row->total}}
@if(!empty($row->total)) @foreach ($table_headers as $header) @endforeach @for($i = 0; $i < $row->total; $i++) {{-- --}} @foreach($table_body as $data) {{-- @if($data == 'templateTitles') @else --}} {{-- @endif --}} @endforeach @endfor
{{ $header }}
{{$i+1}}{{dd($row)}}{{ implode(', ', $row->list[$i]->$data) }}{{$row->list[$i]->$data}}
@else

No data to show.

@endif @endforeach
{{-- --}} PKRZJujj#layouts/reports/templates.blade.phpnu[ Autohub Rating {{--
--}}

Blk. 15, Ford Global Building., 32nd St., Cor. Rizal Drive, Crescent Park West, BGC, Taguig City
{{\Carbon\Carbon::now()->format('M. d, Y')}}


@foreach($data as $row)
Total Templates: {{$row->total}}
@if(!empty($row->total)) @foreach ($table_headers as $header) @endforeach @for($i = 0; $i < $row->total; $i++) @foreach($table_body as $data) @endforeach @endfor
{{ $header }}
{{$i+1}}{{$row->list[$i]->$data}}
@else

No data to show.

@endif @endforeach {{--

the second page

--}}
{{-- --}} PKRZɑ'<*<*layouts/layout2.blade.phpnu[ {{env('APP_NAME')}} @yield('css')
@yield('content')
@yield('javascript') {{-- --}} PKRZerror/error.blade.phpnu[PKRZsadmin/systems/system.blade.phpnu[{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{--
--}}
@include('admin.systems.system_create') @endsection @section('javascript') @endsectionPKRZa%admin/systems/system_create.blade.phpnu[PKRZ(/admin/user_management/email_responses.blade.phpnu[@extends('layouts.layout') @section('content')
Status
@endsection @section('javascript') @endsectionPKRZb/admin/user_management/user_management.blade.phpnu[{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{-- @include('admin.templates.create') --}} @endsection @section('javascript') @endsectionPKRZ buu+admin/user_management/assign_role.blade.phpnu[@extends('layouts.layout') @section('content') @endsection @section('javascript') @endsectionPKRZ`.q(admin/user_management/add_role.blade.phpnu[@extends('layouts.layout') @section('content')
@endsection @section('javascript') @endsectionPKRZ )admin/user_management/edit_role.blade.phpnu[@extends('layouts.layout') @section('content') @endsection @section('javascript') @endsectionPKRZ ;()admin/user_management/edit_user.blade.phpnu[{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content') {{-- @include('admin.templates.create') --}} @endsection @section('javascript') @endsectionPKRZ)admin/user_management/abilities.blade.phpnu[PKRZK~%admin/user_management/roles.blade.phpnu[{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{-- @include('admin.templates.create') --}} @endsection @section('javascript') @endsectionPKRZӐ, ,admin/user_management/system_setup.blade.phpnu[{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{-- @include('admin.templates.create') --}} @endsection @section('javascript') {{-- --}} @endsectionPKRZC)admin/questions/question_create.blade.phpnu[PKRZ&3 3 #admin/questions/questions.blade.phpnu[@extends('layouts.layout') @section('content')
{{--
--}}
@include('admin.questions.question_create') @endsection @section('javascript') @endsectionPKRZzz admin/disclaimer/index.blade.phpnu[@extends('layouts.layout') @section('content')
@csrf
@endsection @section('javascript') @endsectionPKRZT`KK#admin/questionnaires/edit.blade.phpnu[@extends('layouts.layout') @section('css') @endsection @section('content')
{{--
--}}

Template Name:

System Name:

Survey Link:

Instruction:

Question List

{{--
--}}
{{--
--}}
@endsection @section('javascript') @endsectionPKRZE^T T %admin/questionnaires/create.blade.phpnu[@extends('layouts.layout') {{-- @extends('layouts.master') --}} @section('css') @endsection @section('content')

Template Name:

{{-- --}}

System Name:

Instruction:

Questions List

@endsection @section('javascript') @endsection PKRZE)l+ + $admin/questionnaires/index.blade.phpnu[@extends('layouts.layout') @section('content')
{{--
--}}
{{-- @include('admin.systems.system_create') --}} @endsection @section('javascript') @endsectionPKRZ@~DD(admin/reports/count_per_system.blade.phpnu[

Counts Masterfile


* required
PKRZR.p p &admin/reports/qst_masterfile.blade.phpnu[

Survey Form Masterfile


PKRZݾHH*admin/reports/tmpqstn_masterfile.blade.phpnu[

Template Questions Masterfile


* required
PKRZtKRR'admin/reports/comment_summary.blade.phpnu[

Comment Summary Masterfile


* required
PKRZIR_ &admin/reports/tmp_masterfile.blade.phpnu[

Templates Masterfile


PKRZ4admin/reports/reviews.blade.phpnu[

Reviews Masterfile


* required
{{-- * required --}}
PKRZG &admin/reports/sys_masterfile.blade.phpnu[

Systems Masterfile


{{--
--}}
PKRZ{q +admin/reports/qstn_tmp_masterfile.blade.phpnu[

Templates Questions Masterfile


PKRZ:A$admin/reports/avg_per_qstn.blade.phpnu[

Average Per Question Masterfile


* required
{{-- * required --}}
PKRZ3)^` ` admin/reports/index.blade.phpnu[@extends('layouts.layout') @section('css') @endsection @section('content')
  • Survery Form
    • Masterfile
  • Questions
    • Masterfile
    • Average Per Question Masterfile
    {{--
    • Templates per Question
    --}}
  • Systems
    • Masterfile
  • Templates
    • Masterfile
    • Template Questions Masterfile
  • Reviews
    • Masterfile
    • Respondents Count per Questionnaire
    • Comment Summary Report
@endsection @section('javascript') @endsectionPKRZadmin/reports/blank.blade.phpnu[PKRZ빪 'admin/reports/qstn_masterfile.blade.phpnu[

Questions Masterfile


PKRZ[zzzadmin/templates/edit.blade.phpnu[@extends('layouts.layout') @section('css') @endsection @section('content')
{{--
--}} {{--

Template Name:

--}}

Question List

@endsection @section('javascript') @endsectionPKRZ'SMM admin/templates/create.blade.phpnu[@extends('layouts.layout') @section('css') @endsection @section('content') {{--

Question List

@foreach ($questions as $item)
@endforeach

Template Name:

--}}
{{--
--}}
{{-- --}}

Question List

@foreach ($questions as $item)
@endforeach
@endsection @section('javascript') @endsectionPKRZBHadmin/templates/index.blade.phpnu[{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{-- @include('admin.templates.create') --}} @endsection @section('javascript') @endsectionPKRZ>XXnavbar/sidenav.blade.phpnu[PKRZ;knavbar/navbar.blade.phpnu[PKRZ$Ǹm1m1index.blade.phpnu[@extends('layouts.layout') @section('css') @endsection @section('content')

{{$questions}}

Questions

More info

{{$templates}}

Templates
{{--
--}} {{--
--}}
More info

{{$systems}}

Systems

More info

{{$qst}}

Survey Forms

More info
{{--
Select Template:
--}}

TOP 5 HIGHEST RATED SYSTEMS PER TEMPLATE

{{--
Top 5 highest rated systems per template
--}}
{{--
--}}
RESPONDENTS COUNT PER SYSTEM
{{--
Respondents Count per System
--}}
{{--
--}}

RESPONDENTS COUNTS PER COMPANY

{{--
Top 5 highest rated systems per template
--}}
{{--

DEVICES USED



{{$devices ? $devices->mobile : '0'}}



{{$devices ? $devices->pc : '0'}}



{{$devices ? $devices->tablet : '0'}}

--}} {{--
Start Date:
End Date:
--}} @endsection @section('javascript') @endsectionPKRZ=message/message.blade.phpnu[PKRZ9 8 89message/error.blade.phpnu[PKRZϭDKK:welcome.blade.phpnu[PKRZ{!!iusers/login.blade.phpnu[PKRZ^&oEoEusers/verify.blade.phpnu[PKRZa Gmail/response.blade.phpnu[PKRZمBBbmail/reset-password.blade.phpnu[PKRZ[7auth/email_responses.blade.phpnu[PKRZo77auth/profile.blade.phpnu[PKRZ`33Zauth/forget.blade.phpnu[PKRZkkVKauth/registration.blade.phpnu[PKRZ66 ^auth/reset-password.blade.phpnu[PKRZ auth/index.blade.phpnu[PKRZ'KDDauth/import.blade.phpnu[PKRZj-wlayouts/master.blade.phpnu[PKRZ[=[=֩layouts/layout.blade.phpnu[PKRZylayouts/footer.blade.phpnu[PKRZjj layouts/reports/counts.blade.phpnu[PKRZSe@@@#layouts/reports/questions.blade.phpnu[PKRZt.%layouts/reports/average_per_question.blade.phpnu[PKRZ!t^^'`3layouts/reports/questionnaire.blade.phpnu[PKRZ)Glayouts/reports/comment_summary.blade.phpnu[PKRZ×-Zlayouts/reports/templates_questions.blade.phpnu[PKRZdvv!qlayouts/reports/reviews.blade.phpnu[PKRZJ@JJ!layouts/reports/systems.blade.phpnu[PKRZW}&&,[layouts/reports/questions_template.blade.phpnu[PKRZJujj#ݵlayouts/reports/templates.blade.phpnu[PKRZɑ'<*<*layouts/layout2.blade.phpnu[PKRZerror/error.blade.phpnu[PKRZsdadmin/systems/system.blade.phpnu[PKRZa%Badmin/systems/system_create.blade.phpnu[PKRZ(/hadmin/user_management/email_responses.blade.phpnu[PKRZb/admin/user_management/user_management.blade.phpnu[PKRZ buu+admin/user_management/assign_role.blade.phpnu[PKRZ`.q(Qadmin/user_management/add_role.blade.phpnu[PKRZ )admin/user_management/edit_role.blade.phpnu[PKRZ ;() admin/user_management/edit_user.blade.phpnu[PKRZ)&admin/user_management/abilities.blade.phpnu[PKRZK~%x&admin/user_management/roles.blade.phpnu[PKRZӐ, ,a/admin/user_management/system_setup.blade.phpnu[PKRZC)`9admin/questions/question_create.blade.phpnu[PKRZ&3 3 #=admin/questions/questions.blade.phpnu[PKRZzz BGadmin/disclaimer/index.blade.phpnu[PKRZT`KK# Kadmin/questionnaires/edit.blade.phpnu[PKRZE^T T %[admin/questionnaires/create.blade.phpnu[PKRZE)l+ + $Sfadmin/questionnaires/index.blade.phpnu[PKRZ@~DD(oadmin/reports/count_per_system.blade.phpnu[PKRZR.p p &nadmin/reports/qst_masterfile.blade.phpnu[PKRZݾHH*4admin/reports/tmpqstn_masterfile.blade.phpnu[PKRZtKRR'֠admin/reports/comment_summary.blade.phpnu[PKRZIR_ &admin/reports/tmp_masterfile.blade.phpnu[PKRZ4admin/reports/reviews.blade.phpnu[PKRZG &admin/reports/sys_masterfile.blade.phpnu[PKRZ{q +admin/reports/qstn_tmp_masterfile.blade.phpnu[PKRZ:A$admin/reports/avg_per_qstn.blade.phpnu[PKRZ3)^` ` admin/reports/index.blade.phpnu[PKRZadmin/reports/blank.blade.phpnu[PKRZ빪 'admin/reports/qstn_masterfile.blade.phpnu[PKRZ[zzzadmin/templates/edit.blade.phpnu[PKRZ'SMM %admin/templates/create.blade.phpnu[PKRZBHe4admin/templates/index.blade.phpnu[PKRZ>XXR=navbar/sidenav.blade.phpnu[PKRZ;kLnavbar/navbar.blade.phpnu[PKRZ$Ǹm1m10_index.blade.phpnu[PK@@,ܐ