@extends('layout') @section('content_title') Felhasználók listája @endsection @section('top_button') Új rögzítés @endsection @section('content')
@csrf
{!! html_select('enabled', $filter['enabled_list'], old('enabled', $filter['enabled']), $errors, false, 'form-control enabled') !!}
Név E-mail Felhasználónév Szerepkör Létrehozva Aktív  
@endsection @push('scripts') @endpush