@extends('admin.layouts.master') @section('title') Create User @endsection @section('content')
{!! Form::select('roles[]', $roles,[], array('class' => 'form-control selectric')) !!}
Submit
@endsection