@extends(template().'layouts.user') @section('title',trans('New Order')) @section('content')

@lang("choose a social network")

@forelse($socialMedia as $media)
@empty @endforelse
@if(auth()->user()->currency) {{ auth()->user()->currency }} @else {{ basicControl()->base_currency }} @endif

@lang("service description")

@if(auth()->user()->currency) {{ auth()->user()->currency }} @else {{ basicControl()->base_currency }} @endif
@endsection @push('js-lib') @endpush @push('script') @endpush