Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti06
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juliper
pa2d4ti06
Commits
056a0ee1
Commit
056a0ee1
authored
7 years ago
by
Juliper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair..
parent
208963fb
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
16 deletions
+6
-16
AdminController.php
app/Http/Controllers/AdminController.php
+1
-0
dataPemesanan.blade.php
...ews/vendor/adminlte/layouts/admin/dataPemesanan.blade.php
+1
-1
howtobook.blade.php
...s/views/vendor/adminlte/layouts/pages/howtobook.blade.php
+1
-1
mainheader.blade.php
...ews/vendor/adminlte/layouts/partials/mainheader.blade.php
+2
-2
sidebar.blade.php
.../views/vendor/adminlte/layouts/partials/sidebar.blade.php
+1
-12
No files found.
app/Http/Controllers/AdminController.php
View file @
056a0ee1
...
...
@@ -83,6 +83,7 @@ class AdminController extends Controller
$user
->
email
=
$data
[
'email'
];
$user
->
password
=
bcrypt
(
$data
[
'password'
]);
$user
->
role
=
'Owner'
;
$user
->
foto
=
'gravatar.png'
;
$user
->
save
();
$dataPemilik
=
DB
::
table
(
'users'
)
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/admin/dataPemesanan.blade.php
View file @
056a0ee1
...
...
@@ -45,7 +45,7 @@
</tr>
@foreach(
$data
as
$a
)
<tr>
<td>
{
{$a->nama
H
omestay}
}
</td>
<td>
{
{$a->nama
_h
omestay}
}
</td>
<td>
{
{$a->owner}
}
</td>
<td>
{
{$a->nama_pemesan}
}
</td>
<td>
{
{$a->tanggal_mulai}
}
</td>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/pages/howtobook.blade.php
View file @
056a0ee1
...
...
@@ -3,7 +3,7 @@
@
section
(
'main-content'
)
<!--
Banner
-->
<
div
class
="
banner
agileits
w3layouts
">
<img src="
/
img
/
danautoba
.
jpg
" alt="
Agileits
W3layouts
" style="
max
-
height
:
500
px
;
width
:
">
<img src="
/
img
/
danautoba
.
jpg
" alt="
Agileits
W3layouts
" style="
max
-
height
:
500
px
;
">
<h1 class="
wow
agileits
w3layouts
fadeInDown
">Langkah memesan Homestay Lumban Bulbul
</h1>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partials/mainheader.blade.php
View file @
056a0ee1
...
...
@@ -60,14 +60,14 @@
<!-- Menu Toggle Button -->
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<!-- The user image in the navbar-->
<img
src=
"{{ Gravatar::get($user->email) }}"
class=
"user-image"
alt=
"User Image"
/>
<!-- hidden-xs hides the username on small devices so only the image appears. -->
<span
class=
"hidden-xs"
>
{{ Auth::user()->name }}
</span>
</a>
<ul
class=
"dropdown-menu"
>
<!-- The user image in the menu -->
<li
class=
"user-header"
>
<img
src=
"
{{ Gravatar::get($user->email)
}}"
class=
"img-circle"
alt=
"User Image"
/>
<img
src=
"
/img/{{Auth::user()->foto
}}"
class=
"img-circle"
alt=
"User Image"
/>
<p>
{{ Auth::user()->name }}
<small>
{{ trans('adminlte_lang::message.login') }}
</small>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partials/sidebar.blade.php
View file @
056a0ee1
...
...
@@ -5,18 +5,7 @@
<section
class=
"sidebar"
>
<!-- Sidebar user panel (optional) -->
@if (! Auth::guest())
<div
class=
"user-panel"
>
<div
class=
"pull-left image"
>
<img
src=
"{{ Gravatar::get($user->email) }}"
class=
"img-circle"
alt=
"User Image"
/>
</div>
<div
class=
"pull-left info"
>
<p>
{{ Auth::user()->name }}
</p>
<!-- Status -->
<a
href=
"#"
><i
class=
"fa fa-circle text-success"
></i>
{{ trans('adminlte_lang::message.online') }}
</a>
</div>
</div>
@endif
<!-- Sidebar Menu -->
<ul
class=
"sidebar-menu"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment