@extends('ingame.layouts.main') @section('content')

@lang('Resource Market')

@if($activeMerchant) @endif

@lang('Resource Market')

{{-- TODO: Implement "Get more resources" tab content --}} {{-- Allows players to purchase up to one daily production of resources with dark matter --}} {{-- Features: --}} {{-- - Individual resource purchase (metal, crystal, deuterium) --}} {{-- - All resources bundle purchase --}} {{-- - Adjustable amounts (up to daily production) --}} {{-- - Storage capacity validation --}} {{-- - Dynamic dark matter cost calculation --}} {{-- - Minimum 10,000 resources if daily production is lower --}} {{-- Tab switching handled by JavaScript (lines 181-194) --}} {{--

@lang('Buy a daily production directly from the merchant')

@lang('Here you can have the resource storage of your planets directly refilled by up to one daily production.')

TODO: Implementation pending

This feature will allow you to purchase resources with dark matter.
Features to implement:
- Individual resource purchase (metal, crystal, deuterium)
- All resources bundle purchase
- Adjustable amounts (up to daily production)
- Storage capacity validation
- Dynamic dark matter cost calculation
- Minimum 10,000 resources if daily production is lower

@lang('Notices:')

--}}

@lang('Exchange your resources.')

@lang('2. Call merchant')

@lang('Costs:') @lang('Already paid')

@lang('trade')

@lang('Costs:') {{ number_format($merchantCost) }} @lang('Dark Matter') (@lang('per call'))

@endsection