mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
723 B
PHTML
29 lines
723 B
PHTML
@extends('admin.templates.panel-list-template')
|
|
|
|
@section('list-title')
|
|
<i class="ri-user-3-line"></i>
|
|
{{__("Groups list")}}
|
|
@endsection
|
|
@section('title')
|
|
{{__("Groups list")}} -
|
|
@endsection
|
|
@section('filter')
|
|
{{-- Other filters --}}
|
|
@endsection
|
|
@section('bulk')
|
|
{{-- <option value="-"> - </option> --}}
|
|
@endsection
|
|
@section('list-foot')
|
|
<a
|
|
href="{{getRoute('sort')}}"
|
|
class="action-btn circle-btn"
|
|
data-bs-toggle="tooltip"
|
|
data-bs-placement="top"
|
|
data-bs-custom-class="custom-tooltip"
|
|
data-bs-title="{{__("Sort")}}"
|
|
style="inset-inline-end: 1.2rem;inset-inline-start: auto;"
|
|
>
|
|
<i class="ri-sort-asc"></i>
|
|
</a>
|
|
@endsection
|