@extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} @endsection @section('title') Item Type Group Home Item Type Group @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Filter {!! Form::label('item_type_id', 'Item Type') !!} {!! Form::select('item_type_id', $itemTypes, null, ['class' => 'form-control', 'placeholder' => 'Select item type', 'id' => 'item_type_id']) !!} {!! Form::button('Search',['class' => 'btn btn-primary btn-search']) !!} {{--{!! Form::button('Clear',['class' => 'btn btn-danger btn-order-reset']) !!}--}} List Add Item Type Group Group Attribute Set Group Priority Action No group found @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} @endsection