newTable() ->editColumn('last_login', function ($user) { return view('admin::partials.table.date')->with('date', $user->last_login); }); } }