More breadcrumbs added

This commit is contained in:
Pinga 2025-04-04 13:03:40 +03:00
parent b59e8dee4d
commit 2e0c83ce78
3 changed files with 33 additions and 9 deletions

View file

@ -9,9 +9,18 @@
<div class="container-xl"> <div class="container-xl">
<div class="row g-2 align-items-center"> <div class="row g-2 align-items-center">
<div class="col"> <div class="col">
<!-- Page pre-title --> <div class="mb-1">
<div class="page-pretitle"> <ol class="breadcrumb">
{{ __('Overview') }} <li class="breadcrumb-item">
<a href="{{route('home')}}"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><polyline points="5 12 3 12 12 3 21 12 19 12" /><path d="M5 12v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-8" /><rect x="10" y="12" width="4" height="4" /></svg></a>
</li>
<li class="breadcrumb-item">
<a href="{{route('ticketview')}}">{{ __('Support Tickets') }}</a>
</li>
<li class="breadcrumb-item active">
{{ __('New Support Ticket') }}
</li>
</ol>
</div> </div>
<h2 class="page-title"> <h2 class="page-title">
{{ __('New Support Ticket') }} {{ __('New Support Ticket') }}

View file

@ -9,9 +9,15 @@
<div class="container-xl"> <div class="container-xl">
<div class="row g-2 align-items-center"> <div class="row g-2 align-items-center">
<div class="col"> <div class="col">
<!-- Page pre-title --> <div class="mb-1">
<div class="page-pretitle"> <ol class="breadcrumb">
{{ __('Overview') }} <li class="breadcrumb-item">
<a href="{{route('home')}}"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><polyline points="5 12 3 12 12 3 21 12 19 12" /><path d="M5 12v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-8" /><rect x="10" y="12" width="4" height="4" /></svg></a>
</li>
<li class="breadcrumb-item active">
{{ __('Support Tickets') }}
</li>
</ol>
</div> </div>
<h2 class="page-title"> <h2 class="page-title">
{{ __('Support Tickets') }} {{ __('Support Tickets') }}

View file

@ -9,9 +9,18 @@
<div class="container-xl"> <div class="container-xl">
<div class="row g-2 align-items-center"> <div class="row g-2 align-items-center">
<div class="col"> <div class="col">
<!-- Page pre-title --> <div class="mb-1">
<div class="page-pretitle"> <ol class="breadcrumb">
{{ __('Overview') }} <li class="breadcrumb-item">
<a href="{{route('home')}}"><svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><polyline points="5 12 3 12 12 3 21 12 19 12" /><path d="M5 12v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-8" /><rect x="10" y="12" width="4" height="4" /></svg></a>
</li>
<li class="breadcrumb-item">
<a href="{{route('ticketview')}}">{{ __('Support Tickets') }}</a>
</li>
<li class="breadcrumb-item active">
{{ __('Ticket Overview') }}
</li>
</ol>
</div> </div>
<h2 class="page-title"> <h2 class="page-title">
{{ __('Ticket Overview') }} {{ __('Ticket Overview') }}