{{-- ============================================================ resources/views/user/promotions/create.blade.php ============================================================ --}} @extends('layouts.app') @section('title','Promote My Content') @section('content')
{{-- How it works --}}
How Promotions Work
@foreach(['Set budget & URL'=>'💰','Users view content'=>'👁','You get real views'=>'📈'] as $step => $icon)
{{ $icon }}
{{ $step }}
@endforeach
{{-- Balance --}}
Your Balance
{{ number_format($user->points) }} pts
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf {{-- Platform --}}
@foreach($platforms as $key => $p) @endforeach
{{-- URL --}}
Paste the full link to your content
{{-- Title --}}
{{-- Description --}}
{{-- Thumbnail --}}
{{-- Points Budget --}}
Enter budget to see estimated views
{{-- Rates Info --}}
💡 Rate for selected platform

A {{ \App\Models\Setting::get('promo_platform_fee_pct','10') }}% platform fee applies. Points are deducted immediately.

@endsection @push('scripts') @endpush