@extends(activeTemplate() .'layouts.user') @section('content')

{{__($page_title)}}

{{-- --}} @if(count($logs) >0) @foreach($logs as $k=>$data) @php $type = $data->withdraw ? $data->withdraw->method->type : 'money' @endphp {{-- --}} @endforeach @else @endif
@lang('Transaction ID') @lang('Amount')@lang('Remaining Balance')@lang('Details') @lang('Date')
{{$data->trx}}
type == '+') class="text-success" @else class="text-danger" @endif> {{($data->type == '+') ? '+':'-'}} {{formatter_money($data->amount)}} {{-- @if($type == 'money'){{$general->cur_text}}@endif--}} --}} {{-- --}} {{-- {{formatter_money($data->main_amo)}}--}} {{-- @if($type == 'money'){{$general->cur_text}}@endif--}} {{-- --}} {{-- {{$data->title}} {{date('d M, Y', strtotime($data->created_at))}}
@lang('No results found')!
{{$logs->links()}}
@endsection