您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
16 行
346 B
PHTML
16 行
346 B
PHTML
@extends('admin.templates.panel-list-template')
|
|
|
|
@section('list-title')
|
|
<i class="ri-user-3-line"></i>
|
|
{{__("Customers list")}}
|
|
@endsection
|
|
@section('title')
|
|
{{__("Customers list")}} -
|
|
@endsection
|
|
@section('filter')
|
|
{{-- Other filters --}}
|
|
@endsection
|
|
@section('bulk')
|
|
{{-- <option value="-"> - </option> --}}
|
|
@endsection
|