@if(!empty($errors->all()))
@endif @if (\Session::has('msg'))
@endif @if(Session::has('alert'))
@endif
{{ csrf_field() }}
{!! Form::select('organization_id', array(""=>__("tr.Select Organization"))+$organizations, null, array('id'=> 'organization_id', 'title'=> __('tr.Organization'))); !!}