File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
src/Views/blogetc_admin/layouts Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
## With Multi-level Categories and Full Text Search
3
3
It has everything you need to quickly and easily add a blog to your laravel app.
4
4
5
+ ## [ Online Demo] ( https://cms.binshops.com/login )
6
+ You can check Hessam CMS online: [ https://cms.binshops.com ] ( https://cms.binshops.com/login )
7
+
5
8
### Quick and easy installation
6
9
7
10
Install with following command and follow the instructions.
Original file line number Diff line number Diff line change 26
26
<link rel =" stylesheet" href =" https://fonts.googleapis.com/css?family=Nunito" crossorigin =" anonymous" >
27
27
28
28
<!-- Styles -->
29
- @if (file_exists (public_path (" blogetc_admin_css.css" )) )
29
+ {{-- @if(file_exists(public_path("blogetc_admin_css.css")))--}}
30
30
<link href =" {{ asset (' blogetc_admin_css.css' ) } }" rel =" stylesheet" >
31
- @else
32
- <link href =" {{ asset (' css/app.css' ) } }" rel =" stylesheet" >
31
+ {{-- @else--}}
32
+ {{-- <link href="{{ asset('css/app.css') }}" rel="stylesheet">--}}
33
33
{{-- Edited your css/app.css file? Uncomment these lines to use plain bootstrap:--}}
34
34
{{-- <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">--}}
35
35
{{-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">--}}
36
- @endif
36
+ {{-- @endif--}}
37
37
38
38
39
39
</head >
You can’t perform that action at this time.
0 commit comments