Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webprofile-jwg2024
Overview
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
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
webprofile-jwg2024
Commits
f876b7ce
Commit
f876b7ce
authored
Feb 18, 2022
by
Bagus Pambudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
role user dan agenda title
parent
a109dba3
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
resources/views/webprofile/front/jollyany/ar/agenda.blade.php
+3
-1
resources/views/webprofile/front/jollyany/de/agenda.blade.php
+3
-1
resources/views/webprofile/front/jollyany/en/agenda.blade.php
+3
-1
resources/views/webprofile/front/jollyany/zh/agenda.blade.php
+3
-1
routes/webprofile/backend.php
+1
-1
No files found.
resources/views/webprofile/front/jollyany/ar/agenda.blade.php
View file @
f876b7ce
...
...
@@ -4,7 +4,9 @@
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
<div class="
container
">
<div class="
col
-
lg
-
12
">
<h2>جدول أعمال - {!!
$data->title
!!}</h2>
@if(
$data->rSa
)
<h2>جدول أعمال - {!!
$data->rSa
->title !!}</h2>
@endif
</div>
</div>
</section><!-- end post-wrapper-top -->
...
...
resources/views/webprofile/front/jollyany/de/agenda.blade.php
View file @
f876b7ce
...
...
@@ -4,7 +4,9 @@
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
<div class="
container
">
<div class="
col
-
lg
-
12
">
<h2>Agenda - {!!
$data->title
!!}</h2>
@if(
$data->rDe
)
<h2>Agenda - {!!
$data->rDe
->title !!}</h2>
@endif
</div>
</div>
</section><!-- end post-wrapper-top -->
...
...
resources/views/webprofile/front/jollyany/en/agenda.blade.php
View file @
f876b7ce
...
...
@@ -4,7 +4,9 @@
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
<div class="
container
">
<div class="
col
-
lg
-
12
">
<h2>Agenda - {!!
$data->title
!!}</h2>
@if(
$data->rEn
)
<h2>Agenda - {!!
$data->rEn
->title !!}</h2>
@endif
</div>
</div>
</section><!-- end post-wrapper-top -->
...
...
resources/views/webprofile/front/jollyany/zh/agenda.blade.php
View file @
f876b7ce
...
...
@@ -4,7 +4,9 @@
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
<div class="
container
">
<div class="
col
-
lg
-
12
">
<h2>议程 - {!!
$data->title
!!}</h2>
@if(
$data->rZh
)
<h2>议程 - {!!
$data->rZh
->title !!}</h2>
@endif
</div>
</div>
</section><!-- end post-wrapper-top -->
...
...
routes/webprofile/backend.php
View file @
f876b7ce
...
...
@@ -12,7 +12,7 @@ Route::group(['middleware' => 'auth'], function () {
Route
::
post
(
'update'
,
'Webprofile\Backend\UpdateController@update'
)
->
name
(
'update.now'
);
});
Route
::
group
([
'middleware'
=>
'role:admin|
editor
'
],
function
()
{
Route
::
group
([
'middleware'
=>
'role:admin|
laman
'
],
function
()
{
Route
::
group
([
'namespace'
=>
'Webprofile\Backend'
,
'prefix'
=>
'webprofile'
],
function
()
{
Route
::
resource
(
'category'
,
'CategoryController'
);
Route
::
resource
(
'posts'
,
'PostController'
);
...
...
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