@extends('layouts.contentLayoutMaster') {{-- title --}} @section('title','Dial History List') {{-- vendor style --}} @section('vendor-styles') @endsection @section('content') 選擇條件 日期 總代理 請選擇 @foreach($gaObj as $ga) {{ $ga->account }} @endforeach 代理 請選擇 @foreach($aObj as $a) {{ $a->account }} @endforeach 會員 請選擇 @foreach($mObj as $m) {{ $m->account }} @endforeach 查詢 @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') {{-- --}} @endsection