diff --git a/resources/views/admin/pages/edit.blade.php b/resources/views/admin/pages/edit.blade.php new file mode 100644 index 000000000..c40dabdd1 --- /dev/null +++ b/resources/views/admin/pages/edit.blade.php @@ -0,0 +1,45 @@ +@extends('admin.partial.template') + +@section('section') +
+

Edit Page

+

{{request()->query('page')}}

+
+
+ +
+
+

PixelFed is a federated image sharing platform, powered by the ActivityPub protocol.

+
+

+ Save +

+
+ +@endsection + +@push('styles') + + +@endpush +@push('scripts') + + + + + +@endpush \ No newline at end of file