Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
17 řádky
408 B
PHTML
17 řádky
408 B
PHTML
@extends('admin.templates.panel-list-template')
|
|
|
|
@section('list-title')
|
|
<i class="ri-user-3-line"></i>
|
|
{{__("Galleries list")}}
|
|
@endsection
|
|
@section('title')
|
|
{{__("Galleries list")}} -
|
|
@endsection
|
|
@section('filter')
|
|
{{-- Other filters --}}
|
|
@endsection
|
|
@section('bulk')
|
|
<option value="publish"> {{__("Publish")}} </option>
|
|
<option value="draft"> {{__("Draft")}} </option>
|
|
@endsection
|