@extends('appweb') @section('content')

Our Product

@foreach($groups as $gr) {{$gr->nameENG}} @foreach($categorys as $cat) @if($curent_cat ==$gr-> id && $cat->group_id == $gr-> id)   {{ $cat->nameENG }} @endif @endforeach @endforeach

{{$category->nameENG}}

@foreach($product as $pd) @if($pd->id == 375 || $pd->id == 372) @endif @endforeach
Type Turntable diameter
(mm)
Length of Slop
(mm)
Movable load (kg.) Height (mm) Drive unit height
(mm)
Motor
(kw)
Power source Download
{{$pd->nameENG}} {{$pd->lifter}} {{$pd->numball}} {{$pd->weight}} {{$pd->load0_4}} {{$pd->Drive_unit_height}} {{$pd->load0_5 }} {{$pd->load0_6}}
@endsection @section('script') @endsection @section('style') @endsection