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.
xshop/resources/views/admin/tickets/ticket-list.blade.php

18 lines
475 B
PHTML

@extends('admin.templates.panel-list-template')
@section('list-title')
<i class="ri-user-3-line"></i>
{{__("Tickets list")}}
@endsection
@section('title')
{{__("Tickets list")}} -
@endsection
@section('filter')
{{-- Other filters --}}
@endsection
@section('bulk')
<option value="close"> {{__("Close")}} </option>
<option value="pending"> {{__("Pending")}} </option>
<option value="answered"> {{__("Answered")}} </option>
@endsection