@extends('layouts.master_app') @section('title') Características {{ $product->name}} @endsection @section('css') @endsection @section('content')

Características

@include('partials.success')
@foreach($product_features as $feature) @endforeach
# Descripción Tipo Acciones
{{$loop->index+1}} {{$feature->description}} {{$feature->type}}
@endsection @section('js') @endsection