diff --git a/resources/views/admin/discover/show.blade.php b/resources/views/admin/discover/show.blade.php new file mode 100644 index 000000000..05f88118f --- /dev/null +++ b/resources/views/admin/discover/show.blade.php @@ -0,0 +1,249 @@ +@extends('admin.partial.template-full') + +@section('section') +
+
+

Discover Category

+

ID: #{{$category->id}}

+
+
+ Back +
+
+ +
+ +
+
+ +
+ +

Slug: /discover/c/{{$category->slug}}

+
+
+
+ +
+ +

Media ID is used for category thumbnail image

+
+
+
+ +
+
+ active ?'checked=""':''}}> + +
+
+
+ +
+ +
+
+ no_nsfw ?'checked=""':''}}> + +
+
+ photos_only ?'checked=""':''}}> + +
+
+ local_only ?'checked=""':''}}> + +
+
+
+
+
+ +
+ +
+
+
+
+ +
+
+
+ +@endsection + +@push('scripts') + + +@endpush + +@push('styles') + +@endpush \ No newline at end of file