@extends('layouts.main-layout') @section('title') {{ config('app.name') }} - Dashboard @endsection @section('content')

Design Hours

0h

Development Hours

0h

Others Hours

0h


Total Hours: 0h Total Price: 0 Our price per hour:
@if(session()->get('client_expires_at') != null)

Your account expires at: {{ session()->get('client_expires_at') }}

@endif

Please fill out the form

@csrf
@if(!empty($category) && isset($category)) @foreach($category as $cat) @if(!in_array($cat->categorie_id, $deletedCategoires)) @if($cat->is_categorie_active && !in_array($cat->categorie_id, $categoryToHide))

To include?

{{ $cat->categorie_name }}

Design hours

Development hours

Others hours

@foreach($cat->subcategory as $subcat) @if(!in_array($subcat->sub_categorie_id, $deletedSubcategories->toArray())) @if($subcat->sub_categorie_isActive && !in_array($subcat->sub_categorie_id, $subcategoryToHide)) @if(in_array($subcat->sub_categorie_id, $belongingOfSubCategory->toArray()) || $subcat->sub_categorie_isDefault == 1) @php $repetetiveCount = 0; @endphp
@foreach($subcat->question as $question) @if(in_array($question->question_id, $belongingOfQuestions->toArray()) || $question->question_isDefault == 1) @if(!in_array($question->question_id, $deletedQuestions->toArray())) @if(!in_array($question->question_id, $hideQuestions->toArray())) @if($question->question_is_active) @if($question->sub_categorie_id == $subcat->sub_categorie_id) @php $repetetiveCount++; @endphp @endif
@if($repetetiveCount == 1) @endif

{{ $question->question_name }}

@if($question->question_design_hours == "VARIES")

{{ $question->question_design_hours }}

@else

{{ $question->question_design_hours }}h

@endif
@if($question->question_development_hours == "VARIES")

{{ $question->question_development_hours }}

@else

{{ $question->question_development_hours }}h

@endif
@if($question->question_others_time == "VARIES")

{{ $question->question_others_time }}

@else

{{ $question->question_others_time }}h

@endif
@endif @endif @endif @endif @endforeach
@endif @endif @endif @endforeach
@endif @endif @endforeach @endif
@endsection