@extends('appweb') @section('content') Our Product @foreach($groups as $gr) {{$gr->nameENG}} @foreach($category as $cat) @if($cat->group_id == $gr->id) {{$cat->nameENG}} @endif @endforeach @endforeach {{$group->nameENG}} @foreach($category as $pd) {{$pd->nameENG}} @endforeach @endsection @section('script') @endsection @section('style') @endsection