@extends('layouts.app') @section('title', 'Connect social account') @section('content')

Connect social account

Add a social account to schedule and publish content. Full OAuth login can be added later; for now you can register the connection with a display name.

@csrf @error('platform'){{ $message }}@enderror @error('account_id'){{ $message }}@enderror
Cancel
@endsection