@extends('_partials.master') @section('page_title', 'Attribute Values') @section('page_heading', 'Attribute Values') @section('content')

Attribute Name : {{ $attribute_name }}

@foreach($attributes as $attribute)
@csrf
{!! Form::open(array( 'route' => array('attribute.deletevalue', $attribute->id), 'method' => 'delete', 'class'=>'delSwalForm', )) !!} {!! Form::close() !!}

@endforeach
@csrf
@stop @push('page_scripts') @endpush