@extends('admin.templates.panel-list-template') @section('list-title') {{__("Users list")}} @endsection @section('title') {{__("Users list")}} - @endsection @section('filter')

{{__("Role filter")}}:

@endsection @section('bulk') @foreach(\App\Models\User::$roles as $role) @endforeach @endsection