message/message.blade.php000064400000000760150247716230011405 0ustar00@extends('layouts.layout2') @section('content')
{!! $message !!}
@endsection @section('javascript') @endsectionmessage/error.blade.php000064400000034015150247716230011112 0ustar00 {{env('APP_NAME')}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{-- @include('navbar.navbar') --}}
{!! $message !!}
welcome.blade.php000064400000045633150247716230010000 0ustar00 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 }})
users/login.blade.php000064400000020744150247716230010612 0ustar00@extends('layouts.master') @section('css') @endsection @section('content')
{{--
--}}

{{$disclaimer->content}}

{{--
--}}
Please provide some information before proceeding
{{--
--}}
@endsection @section('javascript') @endsectionusers/verify.blade.php000064400000042557150247716230011014 0ustar00 {{env('APP_NAME')}}

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


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

mail/response.blade.php000064400000005324150247716230011116 0ustar00 {{--

--}}

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}}

mail/reset-password.blade.php000064400000000102150247716230012227 0ustar00

Click this link to reset your password

{{$link}}
auth/email_responses.blade.php000064400000001636150247716230012471 0ustar00
Status
auth/profile.blade.php000064400000014467150247716230010747 0ustar00@extends('layouts.layout') @section('css') @endsection @section('content')
Edit Profile
{{--
System Setup
--}} {{--
Response Email Management
@include('auth.email_responses')
--}}
@endsection @section('javascript') @endsectionauth/forget.blade.php000064400000031667150247716230010576 0ustar00 {{env('APP_NAME')}}
auth/registration.blade.php000064400000011153150247716230012006 0ustar00@extends('layouts.master') @section('css') @endsection @section('content')

Register

{{--
--}}
@endsection @section('javascript') {{-- --}} @endsectionauth/reset-password.blade.php000064400000033222150247716230012257 0ustar00 {{env('APP_NAME')}}
{{-- @include('navbar.navbar') --}}
auth/index.blade.php000064400000005707150247716230010413 0ustar00@extends('layouts.master') @section('content')
{{--
--}}
ticketing

Autohub Rating

{{--
--}}
{{-- --}} {{--
--}}
@endsection @section('javascript') @endsectionauth/import.blade.php000064400000000104150247716230010600 0ustar00 layouts/master.blade.php000064400000004017150247716230011327 0ustar00 {{env('APP_NAME')}} {{-- javascript --}} {{-- css --}} @yield('css') @auth() @include('navbar.sidenav') @endauth
@yield('content')
@yield('javascript') layouts/layout.blade.php000064400000036533150247716230011361 0ustar00 {{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
--}} layouts/footer.blade.php000064400000000027150247716230011327 0ustar00
layouts/reports/counts.blade.php000064400000015552150247716230013053 0ustar00 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
{{-- --}} layouts/reports/questions.blade.php000064400000011100150247716230013553 0ustar00 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
{{-- --}} layouts/reports/average_per_question.blade.php000064400000016335150247716230015747 0ustar00 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

--}}
{{-- --}} layouts/reports/questionnaire.blade.php000064400000011536150247716230014424 0ustar00 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
{{-- --}} layouts/reports/comment_summary.blade.php000064400000011433150247716230014751 0ustar00 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

--}}
{{-- --}} layouts/reports/templates_questions.blade.php000064400000013423150247716230015643 0ustar00 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
{{-- --}} layouts/reports/reviews.blade.php000064400000017166150247716230013227 0ustar00 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

--}}
{{-- --}} layouts/reports/systems.blade.php000064400000011112150247716230013233 0ustar00 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

--}}
{{-- --}} layouts/reports/questions_template.blade.php000064400000011046150247716230015457 0ustar00 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
{{-- --}} layouts/reports/templates.blade.php000064400000011152150247716230013526 0ustar00 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

--}}
{{-- --}} layouts/layout2.blade.php000064400000025074150247716230011441 0ustar00 {{env('APP_NAME')}} @yield('css')
@yield('content')
@yield('javascript') {{-- --}} error/error.blade.php000064400000000000150247716230010602 0ustar00admin/systems/system.blade.php000064400000004220150247716230012453 0ustar00{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{--
--}}
@include('admin.systems.system_create') @endsection @section('javascript') @endsectionadmin/systems/system_create.blade.php000064400000001721150247716230014001 0ustar00admin/user_management/email_responses.blade.php000064400000002674150247716230015775 0ustar00@extends('layouts.layout') @section('content')
Status
@endsection @section('javascript') @endsectionadmin/user_management/user_management.blade.php000064400000004237150247716230015754 0ustar00{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{-- @include('admin.templates.create') --}} @endsection @section('javascript') @endsectionadmin/user_management/assign_role.blade.php000064400000002565150247716230015111 0ustar00@extends('layouts.layout') @section('content') @endsection @section('javascript') @endsectionadmin/user_management/add_role.blade.php000064400000002763150247716230014355 0ustar00@extends('layouts.layout') @section('content')
@endsection @section('javascript') @endsectionadmin/user_management/edit_role.blade.php000064400000002353150247716230014545 0ustar00@extends('layouts.layout') @section('content') @endsection @section('javascript') @endsectionadmin/user_management/edit_user.blade.php000064400000002346150247716230014564 0ustar00{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content') {{-- @include('admin.templates.create') --}} @endsection @section('javascript') @endsectionadmin/user_management/abilities.blade.php000064400000000000150247716230014527 0ustar00admin/user_management/roles.blade.php000064400000004224150247716230013722 0ustar00{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{-- @include('admin.templates.create') --}} @endsection @section('javascript') @endsectionadmin/user_management/system_setup.blade.php000064400000004643150247716230015347 0ustar00{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{-- @include('admin.templates.create') --}} @endsection @section('javascript') {{-- --}} @endsectionadmin/questions/question_create.blade.php000064400000002003150247716230014641 0ustar00admin/questions/questions.blade.php000064400000004463150247716230013515 0ustar00@extends('layouts.layout') @section('content')
{{--
--}}
@include('admin.questions.question_create') @endsection @section('javascript') @endsectionadmin/disclaimer/index.blade.php000064400000001572150247716230012652 0ustar00@extends('layouts.layout') @section('content')
@csrf
@endsection @section('javascript') @endsectionadmin/questionnaires/edit.blade.php000064400000010113150247716230013414 0ustar00@extends('layouts.layout') @section('css') @endsection @section('content')
{{--
--}}

Template Name:

System Name:

Survey Link:

Instruction:

Question List

{{--
--}}
{{--
--}}
@endsection @section('javascript') @endsectionadmin/questionnaires/create.blade.php000064400000005124150247716230013740 0ustar00@extends('layouts.layout') {{-- @extends('layouts.master') --}} @section('css') @endsection @section('content')

Template Name:

{{-- --}}

System Name:

Instruction:

Questions List

@endsection @section('javascript') @endsection admin/questionnaires/index.blade.php000064400000004453150247716230013610 0ustar00@extends('layouts.layout') @section('content')
{{--
--}}
{{-- @include('admin.systems.system_create') --}} @endsection @section('javascript') @endsectionadmin/reports/count_per_system.blade.php000064400000011104150247716230014517 0ustar00

Counts Masterfile


* required
admin/reports/qst_masterfile.blade.php000064400000006160150247716230014145 0ustar00

Survey Form Masterfile


admin/reports/tmpqstn_masterfile.blade.php000064400000010510150247716230015036 0ustar00

Template Questions Masterfile


* required
admin/reports/comment_summary.blade.php000064400000011122150247716230014334 0ustar00

Comment Summary Masterfile


* required
admin/reports/tmp_masterfile.blade.php000064400000005670150247716230014143 0ustar00

Templates Masterfile


admin/reports/reviews.blade.php000064400000013254150247716230012611 0ustar00

Reviews Masterfile


* required
{{-- * required --}}
admin/reports/sys_masterfile.blade.php000064400000006300150247716230014150 0ustar00

Systems Masterfile


{{--
--}}
admin/reports/qstn_tmp_masterfile.blade.php000064400000005736150247716230015213 0ustar00

Templates Questions Masterfile


admin/reports/avg_per_qstn.blade.php000064400000013306150247716230013613 0ustar00

Average Per Question Masterfile


* required
{{-- * required --}}
admin/reports/index.blade.php000064400000005540150247716230012233 0ustar00@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') @endsectionadmin/reports/blank.blade.php000064400000000000150247716230012175 0ustar00admin/reports/qstn_masterfile.blade.php000064400000005676150247716230014336 0ustar00

Questions Masterfile


admin/templates/edit.blade.php000064400000003172150247716230012350 0ustar00@extends('layouts.layout') @section('css') @endsection @section('content')
{{--
--}} {{--

Template Name:

--}}

Question List

@endsection @section('javascript') @endsectionadmin/templates/create.blade.php000064400000007115150247716230012667 0ustar00@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') @endsectionadmin/templates/index.blade.php000064400000004236150247716230012534 0ustar00{{-- @extends('layouts.master') --}} @extends('layouts.layout') @section('content')
{{-- @include('admin.templates.create') --}} @endsection @section('javascript') @endsectionnavbar/sidenav.blade.php000064400000007530150247716230011241 0ustar00navbar/navbar.blade.php000064400000010767150247716230011067 0ustar00index.blade.php000064400000030555150247716230007451 0ustar00@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') @endsection