@extends('layouts.base') @section('content') {{ __('Nasze usługi') }} {{ __('Instagram services') }} Instagram Followers {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'instagram-followers')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} Instagram Likes {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'instagram-likes')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} Instagram Views {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'instagram-views')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} IG Follow z Polski {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'eu-instagram-followers')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} Instagram AutoLikes {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'instagram-autolikes')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} {{ __('Facebook Services') }} FB - Polubienia strony {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'facebook-polubenia')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} FB - Lajki do postów {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'facebook-lajki')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} FB - Wyświetlenia wideo {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'facebook-video')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} {{ __('TikTok services') }} TikTok Followers {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'tiktok-followers')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} TikTok Likes {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'tiktok-likes')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} TikTok Views {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'tiktok-views')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} {{config("app.currency")}} {{ __('Other services') }} YouTube Views {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'youtube-views')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} zł Youtube Subscribers {{ __('Starting at') }} {{ number_format(\App\Models\Category::where('text_id', 'youtube-subscribers')->first()->packs()->orderBy('price')->first()->price,config("app.decimal"),',') }} zł @endsection