@extends('layouts.stores_dashboard_layout') @section('title') {{trans('stores_dashboard.groups')}} @endsection @section('style') @endsection @section('content')
@foreach($product->productfeatures as $pf) @endforeach
{{csrf_field()}}
@if(isset($groups)) @foreach($groups as $group)
@foreach($group['properities'] as $pr)
{{$pr}}
@endforeach
{{trans("stores_dashboard.edit_quantity_price")}}
@endforeach @endif
@endsection @section('scripts') @endsection