@extends('layouts.main-layout') @section('title') Sow App - Dashboard @endsection @section('content')

Please fill out the form

@csrf
@if(!empty($category) && isset($category)) @foreach($category as $cat) @if($cat->is_categorie_active)

To include?

{{ $cat->categorie_name }}

Design hours

Development hours

Others hours

@foreach($cat->subcategory as $subcat) @if(in_array($subcat->sub_categorie_id, $belongingOfSubCategory->toArray()) || $subcat->sub_categorie_isDefault == 1)
@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)

{{ $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 @endforeach
@endif @endforeach @endif

Design Hours

0h

Development Hours

0h

Others Hours

0h


Total Hours: 0h

Total Price: 0{{ $currency_symbol }}

Our price per hour: {{ $our_price_per_hour }}{{ $currency_symbol }}

@endsection