@php $page_title = 'Live AI trading'; $short_description = 'Watch live trading done by our trading bot as the execute these trades' @endphp {{-- layout --}} @extends('layouts.front') @section('contents') {{-- breadcrumb --}} @include('pages.breadcrumb')
@foreach (recentTradesAll() as $data)

{{ $data['country'] }}

{{ $data['exchange'] }}

{{ $data['bot'] }}

{{ $data['pair'] }}

{{ $data['amount'] }}

{{ $data['profit'] }}

@endforeach
@endsection @section('scripts') {{-- schuffle recent trades --}} @endsection