@extends('layouts.app') @section('content')
Daftar Pengguna
{{-- --}}
{{ Form::hidden('id', $data->id ?? '') }} @csrf
{{ Form::select('role', ([''=>'-- Pilih --'] + $role), Auth::user()->rolesId($data->id), array('class'=>'form-control form-control-sm', 'id'=>'role')) }}
genre === 'male' ? 'checked' : '' }}>
genre === 'female' ? 'checked' : '' }}>
@endsection