@include('user.inc.fetch') @extends('layouts.atlantis.layout') @Section('content')
@php($breadcome = __('messages.cp_gtw')) @include('user.atlantis.main_bar')
@if ($coin == 'BTC') {{ __('messages.dpt_u_btc') }} @else {{ __('messages.dpt_u_eth') }} @endif
@csrf
{{env('CURRENCY')}}
@if (Session::has('err')) {{ Session::get('err') }} @endif

@if ($coin == 'BTC') @else @endif
@include('user.inc.confirm_inv') @endSection