@extends('admin.index') @section('title') {{ translate("user_list_title") }} - @endsection @section('header') @endsection @section('content')
{{ translate("user_list_title") }}

{{ translate("user_list_description") }}

{{ translate("add_new_user") }}
{{ translate("full_name_label") }} {{ translate("registration_date_label") }} {{ translate("authority_label") }} {{ translate("edit_label") }}
@endsection @section('footer') @endsection