@if($value['coinlists']['type'] == 'old')
@if($value['coinlists']['image_url'] && file_exists(public_path() ."/upload/coin_image/".$value['coinlists']['image_url']))
@elseif($value['coinlists']['image_url'] && !file_exists(public_path() ."/upload/coin_image/".$value['coinlists']['image_url']))
@else
@endif
@elseif($value['coinlists']['type'] == 'new')
@if($value['coinlists']['image_url'] && file_exists(public_path() ."/upload/coin_image/".$value['coinlists']['image_url']))
@elseif($value['coinlists']['image_url'] && !file_exists(public_path() ."/upload/coin_image/".$value['coinlists']['image_url']))
@else
@endif
@endif
{{$value['coinlists']['name']}}
|
@if($value['transaction_type'] == 1) @elseif($value['transaction_type'] == 2) @else @endif {{$value['time_ago']}} |
{{$value['user_info']['user_name']}} |
@if($value['transaction_type'] != 3) {{$value['chip_value']}} @endif |
@if($value['transaction_type'] != 3) {{$value['current_price']}} @endif |
@if($value['transaction_type'] != 3) {{$value['quantity']}} @endif |
@if($value['transaction_type'] != 3) {{$value['total_value_btc']}} @endif |
@if($value['transaction_type'] != 3) {{$value['total_value_usd']}} @endif |
@if($value['transaction_type'] != 3) {{$value['stoploss']}} @endif |
@if($value['transaction_type'] == 2) {{$value['target_1']}} @endif |
@if($value['transaction_type'] == 2) {{$value['target_2']}} @endif |
@if($value['transaction_type'] == 2) {{$value['target_3']}} @endif |
@if($value['notes'] > '') @endif |
@if(Auth::guard('crypto')->user()->role_code != 'SITEADM')
@if($value['user_info']['id'] == Auth::guard('crypto')->user()->id)
@endif
|
@endif
@if($value['notes'] > '')