@php
use App\Extensions\SocialMedia\System\Enums\PlatformEnum;
@endphp
{{ __('Published Posts') }}
{{ PlatformEnum::facebook->name }}
@foreach ($platforms as $platform)
name }}'); currentPlatform = '{{ $platform->name }}';"
>
{{ Str::title($platform->name) }}
@endforeach
@push('script')
@endpush