@extends('layouts.contentLayoutMaster') {{-- title --}} @section('title','History List') {{-- vendor style --}} @section('vendor-styles') @endsection @section('content') 選擇條件 日期 場次 請選擇 @foreach($hObj as $h) {{ $h->session }} @endforeach 代理 請選擇 @foreach($aObj as $a) {{ $a->account }} @endforeach 會員 請選擇 @foreach($mObj as $m) {{ $m->account }} @endforeach 查詢 下注總額 N/A 流水 N/A 輸贏 N/A 結算 N/A 紀錄列表 @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection