@extends('layouts.master') @section('page.name', __('Home')) @push('css') @endpush @section('page.body')

Bitcoin

{{Auth::user()->wallet('btc')->totalAvailablePrice()}}

{{__('Available')}}

{{Auth::user()->wallet('btc')->totalAvailable()}}

{{__('Balance')}}

{{Auth::user()->wallet('btc')->totalBalance()}}

Dash

{{Auth::user()->wallet('dash')->totalAvailablePrice()}}

{{__('Available')}}

{{Auth::user()->wallet('dash')->totalAvailable()}}

{{__('Balance')}}

{{Auth::user()->wallet('dash')->totalBalance()}}

Litecoin

{{Auth::user()->wallet('ltc')->totalAvailablePrice()}}

{{__('Available')}}

{{Auth::user()->wallet('ltc')->totalAvailable()}}

{{__('Balance')}}

{{Auth::user()->wallet('ltc')->totalBalance()}}

{{__('Active Trades')}}

{{__('Amounts are set at fixed price at the point of initiating the trade!')}}
{{__('Coin')}} {{__('Amount')}} {{__('Coin Value')}} {{__('Rate')}} {{__('Method')}} {{__('Buyer')}} {{__('Seller')}} {{__('Status')}} {{__('Trade')}} {{__('Offer')}}
{{__('Coin')}} {{__('Amount')}} {{__('Coin Value')}} {{__('Rate')}} {{__('Method')}} {{__('Buyer')}} {{__('Seller')}} {{__('Status')}} {{__('Trade')}} {{__('Offer')}}

{{__('My Offers')}}

{{__('Your offers are only visible to the public when you have enough balance!')}}
{{__('Status')}} {{__('Coin')}} {{__('Type')}} {{__('Currency')}} {{__('Amount Range')}} {{__('Profit Margin')}} {{__('Payment Method')}} {{__('Action')}}
{{__('Status')}} {{__('Coin')}} {{__('Type')}} {{__('Currency')}} {{__('Amount Range')}} {{__('Profit Margin')}} {{__('Payment Method')}} {{__('Action')}}

{{__('RECENT FEEDBACKS')}}

@{{ rating.user.name }} {{__('wrote:')}}
@{{rating.comment}}
@{{ dateDiffForHumans(rating.created_at) }} |

{{__('No more results available!')}}

{{number_format($successful_trades_count)}}

{{__('Successful Trades')}}
{{__('for')}} {{__('this year.')}}
@endsection @push('data') @endpush