1
+ <!DOCTYPE html>
2
+ <html lang =" en-US" >
3
+ <head >
4
+ <title >{{ Softadmin:: setting (' admin_title' ) } } - {{ Softadmin:: setting (' admin_description' ) } } </title >
5
+ <meta http-equiv =" Content-Type" content =" text/html; charset=utf-8" />
6
+ <meta http-equiv =" X-UA-Compatible" content =" IE=edge" />
7
+ <meta name =" viewport" content =" width=device-width, initial-scale=1" />
8
+ <meta name =" csrf-token" content =" <?= csrf_token () ? >" />
9
+ <meta name =" description" content =" " />
10
+ <meta name =" author" content =" " />
11
+ @yield (' meta' )
12
+
13
+ <!-- STYLESHEETS
14
+ ===============================================================-->
15
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/bootstrap.css" />
16
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/bootstrap-theme.css" />
17
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/style.css" />
18
+ <!-- Favicon -->
19
+ <link rel =" icon" href =" favicon.ico" type =" image/x-icon" >
20
+ <!-- Menuzord Css -->
21
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/menuzord.css" />
22
+ <!-- Fonts Css -->
23
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /fonticons/flaticon.css" />
24
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/font-awesome.min.css" />
25
+ <!-- OWL Carousel Css -->
26
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/owl-carousel/owl.carousel.css" />
27
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/owl-carousel/owl.theme.css" />
28
+ <!-- Sinister Hover Effects Css -->
29
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/snister-hover-effects/sinister.css" />
30
+ <!-- Magnific Popup Css -->
31
+ <link rel =" stylesheet" type =" text/css" href =" {{ URL:: to (config (' softadmin.assets_path' )) } } /css/magnific-popup.css" />
32
+ <!-- CSS Fonts -->
33
+ <link href =" https://fonts.googleapis.com/css?family=Josefin+Sans" rel =" stylesheet" type =" text/css" />
34
+ <link href =" https://fonts.googleapis.com/css?family=Dancing+Script" rel =" stylesheet" type =" text/css" />
35
+ <link href =" https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700" rel =" stylesheet" type =" text/css" />
36
+ <link href =" https://fonts.googleapis.com/css?family=Playfair+Display:400italic" rel =" stylesheet" type =" text/css" />
37
+ @yield (' css' )
38
+
39
+ @yield (' head_javascript' )
40
+ </head >
41
+ <body >
42
+ <div class =" col-lg-12" >
43
+ <!-- MENU BEGIN
44
+ ===============================================================-->
45
+ <div class =" row" >
46
+ <div class =" bg-white minti-navbar menuzord-dark" >
47
+ <div class =" container" >
48
+ <div class =" col-lg-12" >
49
+ <div id =" menuzord" class =" menuzord menuzord-responsive padding-0" >
50
+ <a href =" index-2.html" class =" menuzord-brand" ><img src =" images/logo/logo.png" alt =" " /></a >
51
+ @yield (' main_menu' )
52
+ </div >
53
+ </div >
54
+ </div >
55
+ </div >
56
+ </div >
57
+ <!-- MENU END
58
+ ===============================================================-->
59
+
60
+ <div class =" clearfix" ></div >
61
+
62
+ <!-- PAGE HEADER BEGIN
63
+ ===============================================================-->
64
+ <div class =" row" >
65
+ <div class =" page-header-one" >
66
+ <div class =" container" >
67
+ <div class =" col-lg-12" >
68
+ @yield (' page_header' )
69
+ </div >
70
+ </div >
71
+ </div >
72
+ </div >
73
+ <!-- PAGE HEADER END
74
+ ===============================================================-->
75
+
76
+ <!-- PAGE MAIN CONTAINER BEGIN
77
+ ===============================================================-->
78
+ <div class =" row" >
79
+ <div class =" container" >
80
+
81
+ <!-- RIGHT SIDEBAR BEGIN
82
+ ===============================================================-->
83
+ <div class =" col-md-3 Sidebar" >
84
+ <div class =" theiaStickySidebar" >
85
+ <div class =" row" >
86
+ @yield (' sidebar' )
87
+ </div ><!-- row-->
88
+ </div ><!-- Sticky Sidebar-->
89
+ </div ><!-- md-4 (Sidebar End)-->
90
+ <!-- RIGHT SIDEBAR END
91
+ ===============================================================-->
92
+
93
+ <!-- MIDDLE CONTENT BEGIN
94
+ ===============================================================-->
95
+ <div class =" col-md-6" >
96
+ <div class =" row" >
97
+ <!-- STANDART POST BEGIN
98
+ ===============================================================-->
99
+ @yield (' content' )
100
+ <!-- STANDART POST END
101
+ ===============================================================-->
102
+
103
+ <div class =" clearfix" ></div >
104
+
105
+ <!-- PAGINATION
106
+ ===============================================================-->
107
+ @yield (' pagination' )
108
+ <!-- PAGINATION END
109
+ ===============================================================-->
110
+
111
+ <!-- RELATED POSTS BEGIN
112
+ ===============================================================-->
113
+ <h3 class =" header-title-center" >Related Posts</h3 >
114
+ <div id =" owl-carousel" >
115
+ @yield (' related_posts' )
116
+ </div >
117
+ <!-- RELATED POSTS END
118
+ ===============================================================-->
119
+ </div >
120
+ </div >
121
+ <!-- MIDDLE CONTENT END
122
+ ===============================================================-->
123
+
124
+ <!-- LEFT SIDEBAR BEGIN
125
+ ===============================================================-->
126
+ <div class =" col-md-3 Sidebar" >
127
+ <div class =" theiaStickySidebar" >
128
+ <div class =" row" >
129
+ @yield (' sidebar' )
130
+ </div ><!-- row-->
131
+ </div ><!-- Sticky Sidebar-->
132
+ </div ><!-- md-4 (Sidebar End)-->
133
+ <!-- LEFT SIDEBAR END
134
+ ===============================================================-->
135
+
136
+ </div ><!-- container-->
137
+ </div >
138
+ <!-- PAGE MAIN CONTAINER END
139
+ ===============================================================-->
140
+
141
+ <div class =" clearfix" ></div >
142
+ <!-- FOOTER BEGIN
143
+ ===============================================================-->
144
+ <div class =" row footer margin-top-30" >
145
+ <div class =" container" >
146
+ @yield (' footer_widget' )
147
+ <div class =" clearfix" ></div >
148
+ </div ><!-- Container -->
149
+ </div >
150
+ @yield (' footer' )
151
+ <!-- FOOTER END
152
+ ===============================================================-->
153
+ @yield (' footer_css' )
154
+ @yield (' footer_javascript' )
155
+ </div >
156
+ </body >
157
+ </html >
0 commit comments