@extends('layouts.dashboard') @section('dashboard') @foreach ($valor as $v)

Editando: {{ $v->valor_nombre }}

@if (session('message'))
{{ session('message') }}
@endif
{{ csrf_field() }}
@if (!empty($logo))
@endif
@include('dashboard.productos.form-atributo')
@endforeach @endsection @include('dashboard.inc.script-editor')