diff --git a/resources/views/account/circles/create.blade.php b/resources/views/account/circles/create.blade.php new file mode 100644 index 000000000..06acc1573 --- /dev/null +++ b/resources/views/account/circles/create.blade.php @@ -0,0 +1,93 @@ +@extends('layouts.app') + +@section('content') + +
+
+
+

Create Circle

+
+
+
+
+ @if ($errors->any()) +
+
    + @foreach ($errors->all() as $error) +
  • {{ $error }}
  • + @endforeach +
+
+ @endif + +
+ @csrf +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +

Who can view posts from this circle

+
+
+
+
BCC Mode
+
+
+ + +
+

Send posts without mentioning other circle recipients.

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