I want to explode from and to from date please help me how can do that thank u.
controller
public function index(Request $request)
{
return $request->date; // date: {from: "2023/03/01", to: "2023/03/02"}
$from = "2023/03/01";
$to = "2023/03/02";
}