@extends('_partials.master') @section('page_title', 'Attribute Values') @section('page_heading', 'Attribute Values') @section('content') Attribute Name : {{ $attribute_name }} @foreach($attributes as $attribute) @csrf Value String * Sku Slug * Update {!! Form::open(array( 'route' => array('attribute.deletevalue', $attribute->id), 'method' => 'delete', 'class'=>'delSwalForm', )) !!} Delete {!! Form::close() !!} @endforeach @csrf Value String * Sku Slug * Create @stop @push('page_scripts') @endpush