@extends('layouts.admin_template') @section('content')

Scalping Data

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach
@foreach($userdata as $user) @endforeach
Login Total Lots Scalping Lots Net Lot Action
{{$user['Login']}} {{$user['totalvolume']}} {{$user['scalpingvol']}} {{$user['totalvolume'] - $user['scalpingvol']}} View Full Scalping Report
@endsection