@extends('layouts.app') @section('title', 'Social accounts') @section('content')
| Platform | Account / page | Status | Connected | |
|---|---|---|---|---|
| {{ ucfirst($a->platform) }} | {{ $a->account_id ?? '—' }} | {{ $a->status }} | {{ $a->created_at->format('M j, Y') }} | |
| No accounts connected yet. | ||||