@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

view_comfy {{ $title }}

{!! Form::select('options', $categories, null ,['class' => 'form-control select2',"id"=>"options"]) !!}
{{ trans('option.category') }} {{ trans('option.title') }} {{ trans('option.value') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @stop