Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
pilasa-core /
resources /
views /
Delete
Unzip
Name
Size
Permission
Date
Action
Admin
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
Video
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
auth
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
blog
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
comments
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
components
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
emails
[ DIR ]
drwxr-xr-x
2017-08-01 01:07
errors
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
layouts
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
pages
[ DIR ]
drwxr-xr-x
2026-01-28 08:01
partials
[ DIR ]
drwxr-xr-x
2026-03-23 09:29
posts
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
tags
[ DIR ]
drwxr-xr-x
2024-04-21 07:39
home.blade.php
4.39
KB
-rw-r--r--
2017-08-25 16:06
welcome.blade.php
1.38
KB
-rw-r--r--
2017-08-30 16:03
Save
Rename
@section('title','| Home') <style type="text/css"> .m-b-md{ margin-bottom: 30px; margin-top: 10px; } </style> @include('partials._head') <body> <!-- Navigation --> @include('partials._nav') <div class="container"> <div class="m-b-md"> <!-- Service Tabs --> <div class="row"> <div class="col-lg-12"> <h2 class="page-header">User Dashboard</h2> @include('partials._messages') </div> <div class="col-lg-12"> <ul id="myTab" class="nav nav-tabs nav-justified"> <li><a href="#service-one" data-toggle="tab"><i class="fa fa-list"></i> Categories</a> </li> <li class=""><a href="#service-two" data-toggle="tab"><i class="fa fa-envelope"></i> Posts</a> </li> <li class=""><a href="#service-three" data-toggle="tab"><i class="fa fa-tag"></i> Tags</a> </li> </ul> <div id="myTabContent" class="tab-content"> <div class="tab-pane fade active in" id="service-one"> <div class="row"> <div class="col-lg-12"> <div class="col-lg-12"> <h3 class="">All Categories <a href="{{route('categories.create')}}"> <button class="btn btn-success btn-sm pull-right" style="margin-left: 5px;"> <i class="fa fa-plus"></i> Create New Category </button> </a> <a href="{{route('categories.index')}}"> <button class="btn btn-info btn-sm pull-right" > <i class="fa fa-eye"></i> View All Categories </button> </a> </h3> <hr> </div> </div> </div> </div> <div class="tab-pane fade" id="service-two"> <div class="row"> <div class="col-lg-12"> <div class="col-lg-12"> <h3 class="">All Posts <a href="{{route('posts.create')}}"> <button class="btn btn-success btn-sm pull-right" style="margin-left: 5px;""> <i class="fa fa-plus"></i> Create New Post </button> </a> <a href="{{route('posts.index')}}"> <button class="btn btn-info btn-sm pull-right" > <i class="fa fa-eye"></i> View All Posts </button> </a> </h3> <hr> </div> </div> </div> </div> <div class="tab-pane fade" id="service-three"> <div class="row"> <div class="col-lg-12"> <div class="col-lg-12"> <h3 class="">All Tags <a href="{{route('tags.create')}}"> <button class="btn btn-success btn-sm pull-right" style="margin-left: 5px;"> <i class="fa fa-plus"></i> Create New Tag </button> </a> <a href="{{route('tags.index')}}"> <button class="btn btn-info btn-sm btn-sm pull-right"> <i class="fa fa-eye"></i> View All Tags </button> </a> </h3> <hr> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div style="padding-top: 170px;"> @include('partials._footer') </div>