@extends('layouts.app') @section('title', 'Compose') @section('content')
{{-- Format Tabs --}}
@foreach(['text' => 'notes', 'image' => 'image', 'voice' => 'mic', 'video' => 'videocam'] as $type => $icon) @endforeach
{{-- Compose Area --}}
{{-- Options --}}
link

Attach Social Link

WhatsApp, Telegram, etc.

lock End-to-End Encrypted

@endsection @push('scripts') @endpush