Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
laravel-adminpanel
Commits
6fd8e6fe
Commit
6fd8e6fe
authored
Dec 09, 2017
by
Vipul Basapati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Design Changes
parent
94699b00
Changes
36
Show whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
71 additions
and
53 deletions
+71
-53
custom-style.css
public/css/custom-style.css
+27
-8
create.blade.php
resources/views/backend/access/permissions/create.blade.php
+1
-1
edit.blade.php
resources/views/backend/access/permissions/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/access/permissions/index.blade.php
+2
-2
create.blade.php
resources/views/backend/access/roles/create.blade.php
+1
-1
edit.blade.php
resources/views/backend/access/roles/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/access/roles/index.blade.php
+2
-2
change-password.blade.php
...rces/views/backend/access/users/change-password.blade.php
+1
-1
create.blade.php
resources/views/backend/access/users/create.blade.php
+1
-1
deactivated.blade.php
resources/views/backend/access/users/deactivated.blade.php
+1
-1
deleted.blade.php
resources/views/backend/access/users/deleted.blade.php
+1
-1
edit.blade.php
resources/views/backend/access/users/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/access/users/index.blade.php
+2
-2
profile-edit.blade.php
resources/views/backend/access/users/profile-edit.blade.php
+1
-1
show.blade.php
resources/views/backend/access/users/show.blade.php
+1
-1
create.blade.php
resources/views/backend/blogcategories/create.blade.php
+1
-1
edit.blade.php
resources/views/backend/blogcategories/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/blogcategories/index.blade.php
+2
-2
create.blade.php
resources/views/backend/blogs/create.blade.php
+1
-1
edit.blade.php
resources/views/backend/blogs/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/blogs/index.blade.php
+2
-2
create.blade.php
resources/views/backend/blogtags/create.blade.php
+1
-1
edit.blade.php
resources/views/backend/blogtags/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/blogtags/index.blade.php
+2
-2
dashboard.blade.php
resources/views/backend/dashboard.blade.php
+1
-1
edit.blade.php
resources/views/backend/emailtemplates/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/emailtemplates/index.blade.php
+2
-2
create.blade.php
resources/views/backend/faqs/create.blade.php
+1
-1
edit.blade.php
resources/views/backend/faqs/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/faqs/index.blade.php
+2
-2
app.blade.php
resources/views/backend/layouts/app.blade.php
+1
-2
index.blade.php
resources/views/backend/notification/index.blade.php
+1
-1
create.blade.php
resources/views/backend/pages/create.blade.php
+1
-1
edit.blade.php
resources/views/backend/pages/edit.blade.php
+1
-1
index.blade.php
resources/views/backend/pages/index.blade.php
+2
-2
edit.blade.php
resources/views/backend/settings/edit.blade.php
+1
-1
No files found.
public/css/custom-style.css
View file @
6fd8e6fe
:root
{
--theme-co
:
#495867
;
--light-blue
:
#BDD5EA
;
}
.box
{
.box
{
box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
0.2
);
...
@@ -42,6 +46,11 @@
...
@@ -42,6 +46,11 @@
-o-box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-o-box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
0.2
);
}
}
.skin-blue-light
.main-sidebar
{
background
:
var
(
--theme-co
);
color
:
#fff
;
}
a
.dt-button.copyButton
{
a
.dt-button.copyButton
{
height
:
30px
;
height
:
30px
;
width
:
30px
;
width
:
30px
;
...
@@ -63,7 +72,7 @@ a.dt-button.copyButton:active:not(.disabled):hover:not(.disabled){
...
@@ -63,7 +72,7 @@ a.dt-button.copyButton:active:not(.disabled):hover:not(.disabled){
a
.dt-button.copyButton
:before
{
a
.dt-button.copyButton
:before
{
position
:
absolute
;
position
:
absolute
;
content
:
"\f0c5"
;
content
:
"\f0c5"
;
font-family
:
'F
ontAwesome'
;
font-family
:
'F
ira Sans'
,
sans-serif
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
}
}
...
@@ -144,7 +153,7 @@ a.dt-button.pdfButton:active:not(.disabled):hover:not(.disabled){
...
@@ -144,7 +153,7 @@ a.dt-button.pdfButton:active:not(.disabled):hover:not(.disabled){
a
.dt-button.pdfButton
:before
{
a
.dt-button.pdfButton
:before
{
position
:
absolute
;
position
:
absolute
;
content
:
"\f1c1"
;
content
:
"\f1c1"
;
font-family
:
'F
ontAwesome'
;
font-family
:
'F
ira Sans'
,
sans-serif
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
}
}
...
@@ -171,7 +180,7 @@ a.dt-button.v:active:not(.disabled):hover:not(.disabled){
...
@@ -171,7 +180,7 @@ a.dt-button.v:active:not(.disabled):hover:not(.disabled){
a
.dt-button.printButton
:before
{
a
.dt-button.printButton
:before
{
position
:
absolute
;
position
:
absolute
;
content
:
"\f02f"
;
content
:
"\f02f"
;
font-family
:
'F
ontAwesome'
;
font-family
:
'F
ira Sans'
,
sans-serif
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
}
}
...
@@ -186,7 +195,7 @@ div.dataTables_wrapper div.dataTables_filter label input {width: 395px;}
...
@@ -186,7 +195,7 @@ div.dataTables_wrapper div.dataTables_filter label input {width: 395px;}
/*CSS 25/05/2017*/
/*CSS 25/05/2017*/
/*==================================================================*/
/*==================================================================*/
body
{
font-family
:
'Lato
'
,
sans-serif
;
}
body
{
font-family
:
'Fira Sans
'
,
sans-serif
;
}
.alert
{
padding
:
10px
15px
;
margin-bottom
:
15px
;
}
.alert
{
padding
:
10px
15px
;
margin-bottom
:
15px
;
}
label
{
font-weight
:
500
;
}
label
{
font-weight
:
500
;
}
.box-header
.box-title
{
line-height
:
30px
;
}
.box-header
.box-title
{
line-height
:
30px
;
}
...
@@ -237,13 +246,13 @@ textarea.form-control { max-width: 100%; min-height: 50px; }
...
@@ -237,13 +246,13 @@ textarea.form-control { max-width: 100%; min-height: 50px; }
/*Custom Fileinputs start*/
/*Custom Fileinputs start*/
.custom-file-input
input
[
type
=
file
]
{
display
:
none
;
}
.custom-file-input
input
[
type
=
file
]
{
display
:
none
;
}
.custom-file-input
.inputfile
+
label
{
max-width
:
100%
;
font-size
:
14px
;
font-weight
:
500
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
cursor
:
pointer
;
display
:
inline-block
;
padding
:
8px
12px
;
margin-bottom
:
0
;
height
:
36px
;
}
.custom-file-input
.inputfile
+
label
{
max-width
:
100%
;
font-size
:
14px
;
font-weight
:
500
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
cursor
:
pointer
;
display
:
inline-block
;
padding
:
8px
12px
;
margin-bottom
:
0
;
height
:
36px
;
border
:
1px
solid
var
(
--theme-co
)
}
.custom-file-input
.inputfile
+
label
.fa
{
margin-right
:
10px
;
}
.custom-file-input
.inputfile
+
label
.fa
{
margin-right
:
10px
;
}
.custom-file-input
.inputfile
:focus
+
label
,
.custom-file-input
.inputfile.has-focus
+
label
{
outline
:
1px
dotted
#000
;
outline
:
-webkit-focus-ring-color
auto
5px
;
}
.custom-file-input
.inputfile
:focus
+
label
,
.custom-file-input
.inputfile.has-focus
+
label
{
outline
:
1px
dotted
#000
;
outline
:
-webkit-focus-ring-color
auto
5px
;
}
/*Custom Fileinputs end*/
/*Custom Fileinputs end*/
/*Datetimepicker CSS start*/
/*Datetimepicker CSS start*/
.bootstrap-datetimepicker-widget.dropdown-menu
{
font-family
:
'
Lato
'
,
sans-serif
;
box-shadow
:
none
;
-moz-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-ms-box-shadow
:
none
;
}
.bootstrap-datetimepicker-widget.dropdown-menu
{
font-family
:
'
Fira Sans
'
,
sans-serif
;
box-shadow
:
none
;
-moz-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-ms-box-shadow
:
none
;
}
.bootstrap-datetimepicker-widget
table
tr
td
.active
,
.bootstrap-datetimepicker-widget
table
tr
td
span
.active
,
.bootstrap-datetimepicker-widget
table
tr
td
span
.active
:hover
{
text-shadow
:
none
;
}
.bootstrap-datetimepicker-widget
table
tr
td
.active
,
.bootstrap-datetimepicker-widget
table
tr
td
span
.active
,
.bootstrap-datetimepicker-widget
table
tr
td
span
.active
:hover
{
text-shadow
:
none
;
}
/*Datetimepicker CSS end*/
/*Datetimepicker CSS end*/
...
@@ -255,12 +264,22 @@ textarea.form-control { max-width: 100%; min-height: 50px; }
...
@@ -255,12 +264,22 @@ textarea.form-control { max-width: 100%; min-height: 50px; }
.main-footer
{
display
:
none
;
}
.main-footer
{
display
:
none
;
}
.skin-blue-light
.sidebar-menu
>
li
>
a
{
font-weight
:
500
;
}
.skin-blue-light
.sidebar-menu
>
li
>
a
{
font-weight
:
500
;
}
.skin-blue-light
.sidebar-menu
>
li
>
.treeview-menu
{
padding-top
:
10px
;
padding-bottom
:
10px
;
}
.skin-blue-light
.sidebar-menu
>
li
>
.treeview-menu
{
padding-top
:
10px
;
padding-bottom
:
10px
;
}
.skin-blue-light
.main-header
.navbar
{
background-color
:
var
(
--theme-co
)
}
.skin-blue-light
.sidebar-menu
>
li
.active
{
background-color
:
var
(
--theme-co
)
}
.skin-blue-light
.sidebar-menu
>
li
#hover
{
background-color
:
var
(
--theme-co
)
}
.skin-blue-light
.sidebar
a
{
color
:
#fff
;
}
.skin-blue-light
.sidebar
a
{
color
:
#fff
;
}
.skin-blue-light
.sidebar-menu
>
li
.header
{
background-color
:
var
(
--theme-co
);
color
:
#fff
;
font-weight
:
bold
;
}
.sidebar-menu
.treeview-menu
>
li
>
a
{
font-size
:
13px
;
white-space
:
normal
;
}
.sidebar-menu
.treeview-menu
>
li
>
a
{
font-size
:
13px
;
white-space
:
normal
;
}
.main-header
.logo
{
height
:
53px
;
line-height
:
53px
;
}
.skin-blue-light
.main-header
.logo
{
height
:
53px
;
line-height
:
53px
;
background-color
:
#fff
;
color
:
var
(
--theme-co
);
font-family
:
'Fira Sans'
,
sans-serif
;}
.btn-primary
{
color
:
#fff
;
background-color
:
var
(
--theme-co
);
border-color
:
rgba
(
0
,
0
,
0
,
.1
);}
.btn-primary
:hover
{
background
:
rgba
(
0
,
0
,
0
,
.8
);}
.skin-blue-light
.main-header
.logo
:hover
,
.skin-blue-light
.main-header
.navbar
.sidebar-toggle
:hover
{
background
:
rgba
(
0
,
0
,
0
,
.1
);
color
:
#f6f6f6
;}
.main-header
.sidebar-toggle
{
height
:
53px
;
}
.main-header
.sidebar-toggle
{
height
:
53px
;
}
.navbar-custom-menu
>
.navbar-nav
>
li
>
.dropdown-menu
{
padding
:
0
;
}
.navbar-custom-menu
>
.navbar-nav
>
li
>
.dropdown-menu
{
padding
:
0
;
}
.navbar-nav
>
.user-menu
>
.dropdown-menu
>
li
.user-header
{
height
:
145px
;
}
.navbar-nav
>
.user-menu
>
.dropdown-menu
>
li
.user-header
{
height
:
145px
;
background
:
var
(
--theme-co
)
}
.navbar-nav
>
.user-menu
>
.dropdown-menu
>
.user-body
{
display
:
inline-block
;
width
:
49%
;
vertical-align
:
middle
;
border-top
:
0
;
border-bottom
:
0
;
border-radius
:
0
;
-moz-border-radius
:
0
;
-webkit-border-radius
:
0
;
-ms-border-radius
:
0
;
}
.navbar-nav
>
.user-menu
>
.dropdown-menu
>
.user-body
{
display
:
inline-block
;
width
:
49%
;
vertical-align
:
middle
;
border-top
:
0
;
border-bottom
:
0
;
border-radius
:
0
;
-moz-border-radius
:
0
;
-webkit-border-radius
:
0
;
-ms-border-radius
:
0
;
}
.navbar-nav
>
.user-menu
>
.dropdown-menu
>
.user-footer
{
border-top
:
1px
solid
#ddd
;
}
.navbar-nav
>
.user-menu
>
.dropdown-menu
>
.user-footer
{
border-top
:
1px
solid
#ddd
;
}
/*Datatable CSS*/
/*Datatable CSS*/
...
...
resources/views/backend/access/permissions/create.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
'admin.access.permission.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
])
}}
{{
Form
::
open
([
'route'
=>
'admin.access.permission.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.permissions.create') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.permissions.create') }}</h3>
...
...
resources/views/backend/access/permissions/edit.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$permission
,
[
'route'
=>
[
'admin.access.permission.update'
,
$permission
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
{{
Form
::
model
(
$permission
,
[
'route'
=>
[
'admin.access.permission.update'
,
$permission
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.permissions.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.permissions.edit') }}</h3>
...
...
resources/views/backend/access/permissions/index.blade.php
View file @
6fd8e6fe
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.permissions.management') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.permissions.management') }}</h3>
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('Permission') !!} --}}
{{-- {!! history()->renderType('Permission') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/access/roles/create.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
'admin.access.role.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-role'
])
}}
{{
Form
::
open
([
'route'
=>
'admin.access.role.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-role'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.roles.create') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.roles.create') }}</h3>
...
...
resources/views/backend/access/roles/edit.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$role
,
[
'route'
=>
[
'admin.access.role.update'
,
$role
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
{{
Form
::
model
(
$role
,
[
'route'
=>
[
'admin.access.role.update'
,
$role
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.roles.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.roles.edit') }}</h3>
...
...
resources/views/backend/access/roles/index.blade.php
View file @
6fd8e6fe
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.roles.management') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.roles.management') }}</h3>
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('Role') !!} --}}
{{-- {!! history()->renderType('Role') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/access/users/change-password.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
[
'admin.access.user.change-password'
,
$user
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'patch'
])
}}
{{
Form
::
open
([
'route'
=>
[
'admin.access.user.change-password'
,
$user
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'patch'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.change_password_for', ['user' =>
$user->name
]) }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.change_password_for', ['user' =>
$user->name
]) }}</h3>
</div><!-- /.box-header -->
</div><!-- /.box-header -->
...
...
resources/views/backend/access/users/create.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
'admin.access.user.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
])
}}
{{
Form
::
open
([
'route'
=>
'admin.access.user.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.create') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.create') }}</h3>
...
...
resources/views/backend/access/users/deactivated.blade.php
View file @
6fd8e6fe
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.deactivated') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.deactivated') }}</h3>
...
...
resources/views/backend/access/users/deleted.blade.php
View file @
6fd8e6fe
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.deleted') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.deleted') }}</h3>
...
...
resources/views/backend/access/users/edit.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$user
,
[
'route'
=>
[
'admin.access.user.update'
,
$user
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
])
}}
{{
Form
::
model
(
$user
,
[
'route'
=>
[
'admin.access.user.update'
,
$user
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.edit') }}</h3>
...
...
resources/views/backend/access/users/index.blade.php
View file @
6fd8e6fe
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.active') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.active') }}</h3>
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('User') !!} --}}
{{-- {!! history()->renderType('User') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/access/users/profile-edit.blade.php
View file @
6fd8e6fe
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$logged_in_user
,
[
'route'
=>
'admin.profile.update'
,
'class'
=>
'form-horizontal'
,
'method'
=>
'PATCH'
])
}}
{{
Form
::
model
(
$logged_in_user
,
[
'route'
=>
'admin.profile.update'
,
'class'
=>
'form-horizontal'
,
'method'
=>
'PATCH'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.edit-profile') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.edit-profile') }}</h3>
</div>
</div>
...
...
resources/views/backend/access/users/show.blade.php
View file @
6fd8e6fe
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.view') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.access.users.view') }}</h3>
...
...
resources/views/backend/blogcategories/create.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
'admin.blogcategories.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
])
}}
{{
Form
::
open
([
'route'
=>
'admin.blogcategories.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogcategories.create') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogcategories.create') }}</h3>
...
...
resources/views/backend/blogcategories/edit.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$blogcategory
,
[
'route'
=>
[
'admin.blogcategories.update'
,
$blogcategory
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
{{
Form
::
model
(
$blogcategory
,
[
'route'
=>
[
'admin.blogcategories.update'
,
$blogcategory
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogcategories.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogcategories.edit') }}</h3>
...
...
resources/views/backend/blogcategories/index.blade.php
View file @
6fd8e6fe
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogcategories.management') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogcategories.management') }}</h3>
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('BlogCategory') !!} --}}
{{-- {!! history()->renderType('BlogCategory') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/blogs/create.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
'admin.blogs.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
,
'files'
=>
true
])
}}
{{
Form
::
open
([
'route'
=>
'admin.blogs.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
,
'files'
=>
true
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogs.create') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogs.create') }}</h3>
...
...
resources/views/backend/blogs/edit.blade.php
View file @
6fd8e6fe
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
{{
Form
::
model
(
$blog
,
[
'route'
=>
[
'admin.blogs.update'
,
$blog
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
,
'files'
=>
true
])
}}
{{
Form
::
model
(
$blog
,
[
'route'
=>
[
'admin.blogs.update'
,
$blog
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
,
'files'
=>
true
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogs.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogs.edit') }}</h3>
...
...
resources/views/backend/blogs/index.blade.php
View file @
6fd8e6fe
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogs.management') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogs.management') }}</h3>
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('Blog') !!} --}}
{{-- {!! history()->renderType('Blog') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/blogtags/create.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
'admin.blogtags.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
])
}}
{{
Form
::
open
([
'route'
=>
'admin.blogtags.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogtags.create') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogtags.create') }}</h3>
...
...
resources/views/backend/blogtags/edit.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$blogtag
,
[
'route'
=>
[
'admin.blogtags.update'
,
$blogtag
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
{{
Form
::
model
(
$blogtag
,
[
'route'
=>
[
'admin.blogtags.update'
,
$blogtag
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogtags.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogtags.edit') }}</h3>
...
...
resources/views/backend/blogtags/index.blade.php
View file @
6fd8e6fe
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.blogtags.management') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.blogtags.management') }}</h3>
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('BlogTag') !!} --}}
{{-- {!! history()->renderType('BlogTag') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/dashboard.blade.php
View file @
6fd8e6fe
...
@@ -18,5 +18,5 @@
...
@@ -18,5 +18,5 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{!! history()->render() !!}
{!! history()->render() !!}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
\ No newline at end of file
resources/views/backend/emailtemplates/edit.blade.php
View file @
6fd8e6fe
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
@section('content')
@section('content')
{{ Form::model(
$emailtemplate
, ['route' => ['admin.emailtemplates.update',
$emailtemplate
], 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'PATCH', 'id' => 'edit-role']) }}
{{ Form::model(
$emailtemplate
, ['route' => ['admin.emailtemplates.update',
$emailtemplate
], 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'PATCH', 'id' => 'edit-role']) }}
<div class="
box
box
-
success
">
<div class="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.emailtemplates.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.emailtemplates.edit') }}</h3>
</div><!-- /.box-header -->
</div><!-- /.box-header -->
...
...
resources/views/backend/emailtemplates/index.blade.php
View file @
6fd8e6fe
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.emailtemplates.management') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.emailtemplates.management') }}</h3>
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('EmailTemplate') !!} --}}
{{-- {!! history()->renderType('EmailTemplate') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/faqs/create.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
'admin.faqs.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-faq'
])
}}
{{
Form
::
open
([
'route'
=>
'admin.faqs.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-faq'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.faqs.create') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.faqs.create') }}</h3>
...
...
resources/views/backend/faqs/edit.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$faq
,
[
'route'
=>
[
'admin.faqs.update'
,
$faq
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-faqs'
])
}}
{{
Form
::
model
(
$faq
,
[
'route'
=>
[
'admin.faqs.update'
,
$faq
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-faqs'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.faqs.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.faqs.edit') }}</h3>
...
...
resources/views/backend/faqs/index.blade.php
View file @
6fd8e6fe
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.faqs.management') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.faqs.management') }}</h3>
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('Blog') !!} --}}
{{-- {!! history()->renderType('Blog') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/layouts/app.blade.php
View file @
6fd8e6fe
...
@@ -11,8 +11,7 @@
...
@@ -11,8 +11,7 @@
<!-- Meta -->
<!-- Meta -->
<meta
name=
"description"
content=
"@yield('meta_description', 'Default Description')"
>
<meta
name=
"description"
content=
"@yield('meta_description', 'Default Description')"
>
<meta
name=
"author"
content=
"@yield('meta_author', 'Viral Solani')"
>
<meta
name=
"author"
content=
"@yield('meta_author', 'Viral Solani')"
>
{{--
<!--Lato Fonts Included-->
<link
href=
"https://fonts.googleapis.com/css?family=Fira+Sans"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i"
rel=
"stylesheet"
>
--}}
@yield('meta')
@yield('meta')
<!-- Styles -->
<!-- Styles -->
...
...
resources/views/backend/notification/index.blade.php
View file @
6fd8e6fe
...
@@ -33,5 +33,5 @@
...
@@ -33,5 +33,5 @@
@endforeach
@endforeach
</ul>
</ul>
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
\ No newline at end of file
resources/views/backend/pages/create.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
open
([
'route'
=>
'admin.pages.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
])
}}
{{
Form
::
open
([
'route'
=>
'admin.pages.store'
,
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'post'
,
'id'
=>
'create-permission'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.pages.create') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.pages.create') }}</h3>
...
...
resources/views/backend/pages/edit.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$page
,
[
'route'
=>
[
'admin.pages.update'
,
$page
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
{{
Form
::
model
(
$page
,
[
'route'
=>
[
'admin.pages.update'
,
$page
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'id'
=>
'edit-role'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.pages.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.pages.edit') }}</h3>
...
...
resources/views/backend/pages/index.blade.php
View file @
6fd8e6fe
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
endsection
@
endsection
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
">{{ trans('labels.backend.pages.management') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.pages.management') }}</h3>
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div class="
box
-
body
">
<div class="
box
-
body
">
{{-- {!! history()->renderType('CMSpage') !!} --}}
{{-- {!! history()->renderType('CMSpage') !!} --}}
</div><!-- /.box-body -->
</div><!-- /.box-body -->
</div><!--box box-
success
-->
</div><!--box box-
info
-->
@endsection
@endsection
@section('after-scripts')
@section('after-scripts')
...
...
resources/views/backend/settings/edit.blade.php
View file @
6fd8e6fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
{{
Form
::
model
(
$setting
,
[
'route'
=>
[
'admin.settings.update'
,
$setting
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'files'
=>
true
,
'id'
=>
'edit-role'
])
}}
{{
Form
::
model
(
$setting
,
[
'route'
=>
[
'admin.settings.update'
,
$setting
],
'class'
=>
'form-horizontal'
,
'role'
=>
'form'
,
'method'
=>
'PATCH'
,
'files'
=>
true
,
'id'
=>
'edit-role'
])
}}
<
div
class
="
box
box
-
success
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
">
<div class="
box
-
header
">
<h3 class="
box
-
title
">{{ trans('labels.backend.settings.edit') }}</h3>
<h3 class="
box
-
title
">{{ trans('labels.backend.settings.edit') }}</h3>
</div><!-- /.box-header -->
</div><!-- /.box-header -->
...
...
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