@extends('backend.layouts.app') @section('content') @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif {!! Html::script('expand_theme/js/jquery.validate.min.js') !!}

Attribute Values - {{ $patt_name->attr_name }}

   View Attributes

@foreach ($att_values_detials as $attribute)
Values Status Action
{{ $attribute->at_value }} {{ $cls_data }}