script()); // $options = [ // 't' => '今日', // 'y' => '昨日', // 'w' => '本周', // 'm' => '本月', // ]; $options = [ 'all' => 'All', 'm' => 'Male', 'f' => 'Female', ]; return view('admin.tools.salesman', compact('options')); } }