Skip to content

Commit

Permalink
Update all-url-from-guest.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Apr 29, 2024
1 parent 9a311c1 commit 6eaf87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/backend/all-url-from-guest.blade.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@extends('layouts.backend')

@section('title', __('All URLs From Guest'))
@section('title', __('All URLs Created By Guests'))

@section('content')
<main>
<div class="common-card-style">
<div class="card_header__v2">
<div class="w-1/2">
<span class="text-2xl text-uh-1">
{{__('All URLs From Guest')}}
{{__('All URLs Created By Guests')}}
</span>
</div>
</div>
Expand Down

0 comments on commit 6eaf87c

Please sign in to comment.