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