Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
feat(title): add title
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Sep 12, 2024
1 parent 3e09f75 commit 5a9ccb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/views/admin/codes/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@extends("admin.layouts.master")
@section("title", "Salam Admin")
@section("title", "Codes")

@section("content")
<div class="page-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/codes/show.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@extends("admin.layouts.master")
@section("title", "Salam Admin")
@section("title", "Show")

@section("content")
<div class="page_wrapper">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/home.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@extends("admin.layouts.master")
@section("title", "Salam Admin")
@section("title", "Home")

@section("content")
<div class="page-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/users/edit.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@extends("admin.layouts.master")
@section("title", "Salam Admin")
@section("title", "Edit")

@section("content")
<div class="page_wrapper">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/users/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@extends("admin.layouts.master")
@section("title", "Salam Admin")
@section("title", "Users")

@section("content")
<div class="page-wrapper">
Expand Down

0 comments on commit 5a9ccb8

Please sign in to comment.