您最多能選擇 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>
|
|
{{__("Discounts list")}}
|
|
@endsection
|
|
@section('title')
|
|
{{__("Discounts list")}} -
|
|
@endsection
|
|
@section('filter')
|
|
{{-- Other filters --}}
|
|
@endsection
|
|
@section('bulk')
|
|
{{-- <option value="-"> - </option> --}}
|
|
@endsection
|