@extends('layouts.app') @section('style') @endsection @section('wrapper')

{{ __('Manage Social Platforms') }}

{{ __('Add, edit and manage social media platforms for tasks') }}

{{ __('Loading...') }}

{{ __('Loading platforms...') }}

{{ __('Add New Platform') }}
@csrf
{{ __('Enter the name of the social media platform') }}
{{ __('Upload an icon for the platform (PNG, JPG, SVG)') }}
{{ __('Optional description for the platform') }}
{{ __('Set platform availability for tasks') }}
{{ __('Edit Platform') }}
@csrf @method('POST')
{{ __('Leave empty to keep current icon') }}
@endsection @section('script') @endsection