File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
<div class =" col-sm-12" >
16
16
17
17
<section class =" text-gray-400" >
18
- <h2 class =" mb-4 card-header" ><i class =" bi bi-person" > Site Customization</i ></h2 >
18
+ <h2 class =" mb-4 card-header" ><i class =" bi bi-person" > {{ __ ( ' messages. Site Customization' ) } } </i ></h2 >
19
19
<div class =" card-body p-0 p-md-3" >
20
20
21
21
<form action =" {{ route (' editSite' ) } }" enctype =" multipart/form-data" method =" post" >
22
22
@csrf
23
23
<div class =" form-group col-lg-8" >
24
- <label >Site logo</label >@if (file_exists (base_path (" assets/linkstack/images/" ). findFile (' avatar' )) )<a title =" Remove icon" class =" hvr-grow p-1 text-danger" style =" padding-left :5px ;" href =" {{ route (' delAvatar' ) } }" ><i class =" bi bi-trash-fill" ></i ></a >@endif
24
+ <label >{{ __ ( ' messages. Site logo' ) } } </label >@if (file_exists (base_path (" assets/linkstack/images/" ). findFile (' avatar' )) )<a title =" Remove icon" class =" hvr-grow p-1 text-danger" style =" padding-left :5px ;" href =" {{ route (' delAvatar' ) } }" ><i class =" bi bi-trash-fill" ></i ></a >@endif
25
25
<div class =" mb-3" >
26
26
<input type =" file" class =" form-control form-control-lg" name =" image" aria-label =" Large file input example" >
27
27
</div >
28
28
</div >
29
29
<div class =" form-group col-lg-8" >
30
- <label >Favicon</label >@if (file_exists (base_path (" assets/linkstack/images/" ). findFile (' favicon' )) )<a title =" Remove icon" class =" hvr-grow p-1 text-danger" style =" padding-left :5px ;" href =" {{ route (' delFavicon' ) } }" ><i class =" bi bi-trash-fill" ></i ></a >@endif
30
+ <label >{{ __ ( ' messages. Favicon' ) } } </label >@if (file_exists (base_path (" assets/linkstack/images/" ). findFile (' favicon' )) )<a title =" Remove icon" class =" hvr-grow p-1 text-danger" style =" padding-left :5px ;" href =" {{ route (' delFavicon' ) } }" ><i class =" bi bi-trash-fill" ></i ></a >@endif
31
31
<div class =" mb-3" >
32
32
<input type =" file" class =" form-control form-control-lg" name =" icon" aria-label =" Large file input example" >
33
33
</div ><br >
34
34
</div >
35
35
<div class =" form-group col-lg-8" >
36
- <h3 >Home message</h3 >
36
+ <h3 >{{ __ ( ' messages. Home message' ) } } </h3 >
37
37
<textarea class =" form-control ckeditor" name =" message" rows =" 3" >{{ $home_message } } </textarea >
38
38
</div >
39
39
<button type =" submit" class =" mt-3 ml-3 btn btn-primary" >Save</button >
You can’t perform that action at this time.
0 commit comments