@extends('layouts.stores_dashboard_layout') @section('style') @endsection @section('title') {{trans('stores_dashboard.features')}} @endsection @section('content')

{{trans('stores_dashboard.features')}}

{{csrf_field()}}
@if($product->productfeatures()->count()>0) @foreach($product->productfeatures as $pfs)
@endforeach @endif {{csrf_field()}}
@endsection @section('scripts') @endsection