@extends('admin.template.master') @section('title')

Item Type Wise Attribute Setup form update attribute

@endsection @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} @endsection @section('main-content')
@if(Session::has('message'))
{{ Session('message') }}
@endif

List

Item Type Attribute

Update

Item Type 
Attributes
@endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} @endsection