@extends('user') @section('content')

@include('partials.breadcrumb')

@if(count($invests) >0) @foreach($invests as $k=>$data) type == '+') class="success" @elseif($data->type == '-') class="danger" @endif> @endforeach @else @endif
SL Transaction ID Details Amount Remaining Balance Time
{{++$k}} {{$data->trx or 'N/A'}} {!! $data->title or 'N/A' !!} {!! $data->amount or 'N/A' !!} @if($data->mining_id == null) {!! $basic->currency !!} @else {!! $data->mining->coin_code !!} @endif {!! $data->main_amo or 'N/A' !!} @if($data->mining_id == null) {!! $basic->currency !!} @else {!! $data->mining->coin_code !!} @endif {!! date(' d M, Y h:s A', strtotime($data->created_at)) !!}
You don't have any transaction history !!
{{ $invests->links('partials.pagination') }}
@stop