@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)

{{$pd->nameENG}}

@endforeach
@endsection @section('script') @endsection @section('style') @endsection