@extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} @endsection @section('title') Item Type wise attribute sample data Home Item Type wise attribute sample data Entry/Update @endsection @section('main-content') Back to List Item Type Select Item Type @foreach($item_types as $i) {{ $i->item_type_name }} @endforeach {!! Form::open([ 'id' => 'attributes_sample_data_frm' , 'url' => '/admin/item-type-wise-attributes-sample-data/create']) !!} {!! Form::close() !!} @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} @endsection