@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