@extends('layouts.admin', ['title' => 'مشخصات فنی']) @section('content')

مدیریت محصولات - مشخصات فنی ( {{ $product->title }} )


{{ $usefulTips['admin-product-technicalspec-page'] }}

@foreach(\DB::select("select * from technical_spec where parent_id=0 and (category_id=" . $product->category_id . " or category_id= ". $category_first .") order by sort asc", array()) as $item_technical_spec_parent )
@foreach(\DB::select("select *,(select value from products_technical_spec where product_id=". $product->id ." and technicalspec_id = technical_spec.id ) as value from technical_spec where parent_id=" . $item_technical_spec_parent->id . " order by sort asc", array()) as $item_technical_spec )
@endforeach
@endforeach
@if( $activeEditProduct ) مرحله قبلی {{-- مرحله بعدی --}} @endif بازگشت

{{ session('message') }}

{{ session('error') }}

@stop