@extends(template().'layouts.user') @section('title',trans('New Order')) @section('content') @lang("new order") @lang("Home") @lang("Dashboard") @lang("Order") @lang("New Order") @lang("choose a social network") @forelse($socialMedia as $media) id }}')" @click.prevent="getCategoryAndService('{{ $media->id }}')"> {{ $media->name }} @empty @endforelse @lang("Category") @lang("Select Category") @{{ category.category_title }} @lang("Service") @lang("Select Service") @{{ service.service_title }} @lang("link") @lang("Quantity") @lang('Drip-Feed') @lang('Runs') @lang('Interval (in minutes)') @lang('Total Quantity') @lang("price") @if(auth()->user()->currency) {{ auth()->user()->currency }} @else {{ basicControl()->base_currency }} @endif @lang("Comments") (@lang("Optional")) @lang("Yes, i have confirmed the order!") @lang("place order") @lang("service description") @lang("Service name") @lang("Minimum Amount") @lang("Maximum Amount") @lang("Price per 1k") @if(auth()->user()->currency) {{ auth()->user()->currency }} @else {{ basicControl()->base_currency }} @endif @lang("Description") @{{ description }} @endsection @push('script') @endpush