@extends('admin.main') @section('content')

Editing of Visualizer

Visualizer

{{-- {{ var_dump() }} --}}

Step one


Preview:

@if($template_array[0]->Thumbnail != null) @else @endif

Step two


@foreach ($template_path_array as $front) @if ($front->Side == "Front") @endif @endforeach
@foreach ($template_path_array as $back) @if ($back->Side == "Back") @endif @endforeach
@foreach ($template_path_array as $right) @if ($right->Side == "Right") @endif @endforeach
@foreach ($template_path_array as $left) @if ($left->Side == "Left") @endif @endforeach
{{-- {{ var_dump($default_trim_color_array) }} --}} @php ($a = 1) @for ($i = 0; $i < $template_array[0]->Trim; $i++) {{-- {{ $default_trim_color_array[$i]->RGBColor }} --}} @if ($i == 0)
@else
@endif @php ($a++) @endfor {{-- @foreach ($default_trim_color_array as $trim_color) @if ($i == 1) {{ "if " . $i}} @else {{ "else " . $i}} @endif $i++; @endforeach --}}



Complete steps

You have successfully completed every steps.

@endsection