@extends('layouts.app') @push('pg_btn') All Users @endpush @section('content')
@csrf @method('put')
المعلومات الشخصية
{{ Form::select('role', $roles, $user->roles, [ 'class'=> 'selectpicker form-control', 'placeholder' => 'اختر الدور ...']) }}
{{--
معلومات كلمة المرور
--}}
@can('update-user')
@endcan
@endsection