@extends('layouts.user.app') @push('style') @endpush @section('content')

My Accounts

{{-- --}}
@foreach ($accounts as $account )
@if($account->is_active)Active@endif
{{$account->name}}
@if($accounts->count() > 1)
@endif
{{number_format($account->balance, 2)}} $

{{balaneInBTC($account->balance)}} BTC

@endforeach
{{-- @include('User.accounts.create') --}} @include('User.accounts.transfer') @endsection @push('script') @endpush