@extends('layouts.app') @section('page-title', 'Platform Accounts') @section('content')
Manage your social media platform accounts for posting
Add your first platform account to start posting articles
Add Platform Account| Platform | Account | Status | Last Tested | Actions |
|---|---|---|---|---|
|
{{ $account->platform }}
@if($account->is_active)
Active
@endif
|
{{ $account->username }}
{{ $account->instance_url }}
|
{{ ucfirst($account->status) }} | {{ $account->last_tested_at ? $account->last_tested_at->format('Y-m-d H:i') : 'Never' }} |
@if(!$account->is_active)
@endif
Edit
|