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.php000075500000106243150247716230007776 0ustar00 Laravel
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.gitignore000064400000000016150250705610006532 0ustar00* !.gitignore d808cde2134717c771c54fd03c82b4a1d19b63ce.php000064400000000704150250705610012710 0ustar00startSection('title', __('Not Found')); ?> startSection('code', '404'); ?> startSection('message', __('Not Found')); ?> make('errors::minimal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>603a20a667e2785f8deac48d80de26bf90d95254.php000064400000000712150250705610012652 0ustar00startSection('title', __('Page Expired')); ?> startSection('code', '419'); ?> startSection('message', __('Page Expired')); ?> make('errors::minimal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>92efd36a762ce7e45b26c2b6b3d3236f3a0d38fd.php000064400000005064150250705610013063 0ustar00startSection('content'); ?>
ticketing

Autohub Rating

stopSection(); ?> startSection('javascript'); ?> stopSection(); ?> make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>c13bec97b65b6d361bd7665606c170b24132c384.php000064400000004750150250705610012474 0ustar00 <?php echo e(env('APP_NAME')); ?> yieldContent('css'); ?> guard()->check()): ?> make('navbar.sidenav', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
yieldContent('content'); ?>
yieldContent('javascript'); ?> a33eaead97f78dcdd1d4aca16c84751703733d9f.php000064400000015337150250705610013154 0ustar00 <?php echo $__env->yieldContent('title'); ?>
yieldContent('code'); ?>
yieldContent('message'); ?>
fedf7513966a3d1c911c62552b541d74065b6f34.php000064400000032341150254030200012471 0ustar00 <?php echo e(env('APP_NAME')); ?>
emails/overtime.blade.php000075500000002703150254532370011442 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/offset_availment.blade.php000075500000002703150254532370013136 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/time_adjustment.blade.php000075500000002703150254532370013004 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/travel.blade.php000075500000002703150254532370011105 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/jobapplication.blade.php000075500000004310150254532370012602 0ustar00
Company Logo

Good day,

{!! nl2br(e($msg)) !!}

{{-- Take Action --}}

Thank you for using our application!

Regards,

HRIS

emails/wfh.blade.php000075500000002703150254532370010374 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/leave.blade.php000075500000002703150254532370010704 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/biometric.blade.php000075500000002711150254532370011564 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{!! $msg !!}

Thank you for using our application!

Regards,

HRIS

emails/mrf.blade.php000075500000004340150254532370010373 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Take Action

Thank you for using our application!

Regards,

HRIS

emails/offset_earning.blade.php000075500000002703150254532370012601 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/asameeting.blade.php000075500000002703150254532370011725 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/report.blade.php000075500000004073150254532370011125 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $sender }} sent you a generated report for you to check.

Report ID: {{ $reportId }}

Employee ID: {{ $employeeId }}

{!! $message !!}

The report is attached to this email as a CSV file.

Thank you for using our application!

Regards,

HRIS

emails/change_schedule.blade.php000075500000002703150254532370012711 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

emails/undertime.blade.php000075500000002703150254532370011604 0ustar00
Company Logo

Hi {{ $notifiable->first_name }},

{{ $msg }}

Thank you for using our application!

Regards,

HRIS

vendor/pulse/dashboard.blade.php000075500000000653150254532370012714 0ustar00