@extends('layouts.app') @section('title', 'Create Post') @section('content')
@if(session('success'))
{{ session('success') }}
@endif

Create Content

@php $totalIcons = 12; @endphp
@foreach($social_accounts as $account)
@php $totalIcons--; @endphp @endforeach @for ($i = 0; $i < $totalIcons; $i++)
@endfor
@if($social_accounts->count()==0)

Please connect atleast one social account.

@else
@csrf
Add Attachments:
@endif

Create a post on the left to
preview it on each network

@endsection @section('js') @endsection