diff --git a/resources/views/studio/page.blade.php b/resources/views/studio/page.blade.php index b1a205f..616b4a5 100755 --- a/resources/views/studio/page.blade.php +++ b/resources/views/studio/page.blade.php @@ -2,8 +2,8 @@ @section('content') -

Littlelink Page

- +

Page

+
@csrf
@@ -11,12 +11,32 @@
@foreach($pages as $page) +
- - + @if(file_exists(public_path("img/$page->littlelink_name" . ".png" ))) + littlelink_name" . ".png") }}" srcset="{{ asset("img/$page->littlelink_name" . "@2x.png 2x") }}" width="100px" height="100px"> + @else + + @endif
+ + +
- + +
+
+
{{ config('app.url') }}/@
+
+ +
+
+ +
+
@endforeach