{{ ucwords(str_replace('_', ' ', @$lists->list_name)) }}

{{ Form::open(array('method'=>'post', 'id' => 'list_item_form', 'url' => route('create.lists_item'), 'class' => 'form-inline', 'enctype' => "multipart/form-data")) }} {{ Form::hidden('list_name',@$lists->list_name) }} {{ Form::hidden('id',@$list_type->id) }}
{{ Form::close() }}
    @foreach($list_types as $list_type) @include('panel.settings.list_items_li',['data' => $list_type]) @endforeach