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 1515 <div class =" col-sm-12" >
1616
1717 <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 >
1919 <div class =" card-body p-0 p-md-3" >
2020
2121 <form action =" {{ route (' editSite' ) } }" enctype =" multipart/form-data" method =" post" >
2222 @csrf
2323 <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
2525 <div class =" mb-3" >
2626 <input type =" file" class =" form-control form-control-lg" name =" image" aria-label =" Large file input example" >
2727 </div >
2828 </div >
2929 <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
3131 <div class =" mb-3" >
3232 <input type =" file" class =" form-control form-control-lg" name =" icon" aria-label =" Large file input example" >
3333 </div ><br >
3434 </div >
3535 <div class =" form-group col-lg-8" >
36- <h3 >Home message</h3 >
36+ <h3 >{{ __ ( ' messages. Home message' ) } } </h3 >
3737 <textarea class =" form-control ckeditor" name =" message" rows =" 3" >{{ $home_message } } </textarea >
3838 </div >
3939 <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