@extends('layouts.master')
@section('title', 'Follow up | Alboosh - Timeless authenticity, born of the desert')
@section('title-topbar', __('basic.follow up'))
@section('css')
@endsection
@section('content')
{{ __('basic.service') }}
@php
$rate_total_service = $rate_total[0]->service;
@endphp
@if ($rate_total_service < 3) @elseif ($rate_total[0]->service == 3)
@php
$rate_color = 'text-gray-700';
@endphp
@elseif ($rate_total[0]->service > 3)
@php
$rate_color = 'main-color-500';
@endphp
@else
@php
$rate_color = 'main-color-500';
@endphp
@endif
@php
$rate_color = 'main-color-500';
@endphp
{{ $rate_total[0]->service }}
out of 5
{{ __('basic.worker') }}
@if ($rate_total[0]->worker < 3) @elseif ($rate_total[0]->worker == 3)
@php
$rate_color = 'text-gray-700';
@endphp
@elseif ($rate_total[0]->worker > 3)
@php
$rate_color = 'main-color-500';
@endphp
@else
@php
$rate_color = 'main-color-500';
@endphp
@endif
{{ $rate_total[0]->worker }}
out of 5
{{ __('basic.reception') }}
@if ($rate_total[0]->reception < 3) @elseif ($rate_total[0]->reception == 3)
@php
$rate_color = 'text-gray-700';
@endphp
@elseif ($rate_total[0]->reception > 3)
@php
$rate_color = 'main-color-500';
@endphp
@endif
{{ $rate_total[0]->reception }}
out of 5
{{ __('basic.waiting') }}
@if ($rate_total[0]->cost < 3) @elseif ($rate_total[0]->cost == 3)
@php
$rate_color = 'text-gray-800';
@endphp
@elseif ($rate_total[0]->cost > 3)
@php
$rate_color = 'main-color-500';
@endphp
@endif
{{ $rate_total[0]->cost }}
out of 5
{{ __('basic.value to money') }}
@if ($rate_total[0]->cleanliness < 3) @elseif ($rate_total[0]->cleanliness == 3)
@php
$rate_color = 'text-gray-800';
@endphp
@elseif ($rate_total[0]->cleanliness > 3)
@php
$rate_color = 'main-color-500';
@endphp
@endif
{{ $rate_total[0]->cleanliness }}
out of 5
@endsection
@section('js')
@php
$chart_color = ['#323ac8', '#38dfa8','#1a78f1', '#d13c62', '#12c7d9', '#03c2c3', '#5035df', '#17a673', '#2e59d9',
'#9aeded',
'#f3d56a', '#7c859d', '#a4adc5', '#80142f', '#33d293', '#bed233', '#3958e9', '#10c86f', '#654fb6', '#a44fb6',
'#89728e', '#c85110', '#6d769d', '#1b6954', '#204494', '#94206b', '#948320', '#209493', '#292094', '#203a65',
'#4e6fa5', '#e29031', '#e23168', '#31e0e2', '#e29131', '#319fe2', '#8131e2', '#31a8e2', '#31e2c0', '#31c3e2',
'#e2a931', '#3157e2'];
@endphp
@endsection