@foreach($logs as $log) {{$log->id}} {{$log->created_at}} {{$log->pair->symbol}} @if($log->hilow == 1) Buy @else Sell @endif {{$log->amount}} {{$log->price_was}} {{$log->price_was}} {{$log->stop_loss}} {{$log->take_profit}} 0.00 @endforeach