• {{ __('Delete') }}

    {{ __('Do you want to delete ?') }}

    {{ __('Confirm') }}
  • @if ($item->is_chart_updated == STATUS_PENDING)
  • {{ __('Update Chart Data') }}

    {{ __('Do you want to get chart data from api ?') }}

    {{ __('Confirm') }}
  • @endif

{{ __('Update Coin Pair') }}

{{ Form::open(['route' => 'saveCoinPairSettings', 'files' => 'true']) }}

{{ __('Select the number of digits after decimal point.') }}

@if (env('APP_MODE') == 'myDemo')
@endif
{{ Form::close() }}
{{--
--}}