@extends('layouts.contentLayoutMaster') {{-- title --}} @section('title','Settlement List') {{-- vendor style --}} @section('vendor-styles') @endsection @section('content') 選擇條件 @if(Auth::guard('admin')->check()) @elseif(Auth::guard('shareHolder')->check()) @elseif(Auth::guard('generalAgent')->check()) @elseif(Auth::guard('agent')->check()) @endif 日期 @if(Auth::guard('admin')->check()) 股東 總代理 代理 @elseif(Auth::guard('shareHolder')->check()) 股東 總代理 代理 @elseif(Auth::guard('generalAgent')->check()) 代理 @elseif(Auth::guard('agent')->check()) @endif 查詢 有效押注 N/A 流水分潤 N/A 下層結算 N/A 上層結算 N/A 結算列表 @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') {{-- --}} @endsection