@if(Auth::user()->role_id==1)
{!! Form::select('role_id', $roles, $edit ? $user->role->id : '',
['class' => 'form-control input-solid', 'id' => 'role_id', $profile ? 'disabled' : '']) !!}
@else
@endif
{!! Form::select('status', $statuses, $edit ? $user->status : '',
['class' => 'form-control input-solid', 'id' => 'status', $profile ? 'disabled' : '']) !!}
@php
$lingue=DB::table('lingue')->select('*')->get();
@endphp